(no title)
amnah | 8 years ago
1) inline with your view files
2) write them in separate js files and include them depending on the page
3) concat them into one big js file which gets included on every page
4) something else?
amnah | 8 years ago
1) inline with your view files
2) write them in separate js files and include them depending on the page
3) concat them into one big js file which gets included on every page
4) something else?
olavgg|8 years ago
We have our own small library for the more common operations, for small things like more effecient navigating of the DOM three or more complex "components" that for example convert a select element to a nicer selectbox with built in full text search. That library is included for every view. This library weight around 50kb gzipped.
noway421|8 years ago