-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Currently the most of the modules are installed via yarn.
However there are still two vendor libraries not installed via a package manager (#2 (comment)):
- datatables.net: I should first make sure of all the modules we are currently using before to download all packages. The minified version in project include too many things (2.27 MB https://github.com/mberlanda/cheidelacoriera/blob/dc882628989bd19d42602dca7d3e00bd390648d3/vendor/assets/javascripts/datatables.min.js)
- nicEdit: This is a very small WYSWG library which could be replaced by one more reliable. I am not sure about replacing it within the same PR as datatable