Skip to main content
4 events
when toggle format what by license comment
Sep 13, 2013 at 8:16 history edited gnat CC BY-SA 3.0
clarification copied into post from comments // http://programmers.stackexchange.com/questions/179713/good-practice-about-javascript-referencing/179755#comment344423_179755
Dec 18, 2012 at 16:49 comment added Honus Wagner It sort of combines your two decisions into one... RequireJS will load only the javascript you require (a file for every page, if you like), and it will load them in one HTTP request. In short, it condenses all of your modular javascript code into one file for low overhead.
Dec 18, 2012 at 15:25 comment added Angelo Badellino Hi Honus, Why do you prefer this approach?
Dec 17, 2012 at 17:34 history answered Honus Wagner CC BY-SA 3.0