Using Minified Page Specific JS [migrated]
- by Mike C
I've been working on a rather large scale project which makes use of a number of different pages with some very specific Javascript for each of them. To lessen load times, I plan to minify it all in to one file before deploying.
The problem is this: how should I avoid launching page specific JS on pages which don't require it? So far my best…