This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Organize application.js #234
Closed
Description
application.js is getting kind of messy.
For greater maintainability in the future, we should turn application.js
into strictly a manifest file - it exists only to import our other JS files. We should then compartmentalize each component of our JS into separate partials (ie. all the select2 function calls go in one partial, all the datepicker stuff in another one, etc.)
Activity