Yes of course merging and minifying JS & CSS is a good practice, but the main question is to know if it's better to load all the web app JS code in each page or to only load the specific code required by the current page.
On Fri, Dec 17, 2010 at 09:21, Christophe Porteneuve <[email protected]>wrote: > FYI, Sprockets is another concatenation tool that handles requires, > constants, etc. It also binds to YUI::Compressor for efficient minifying of > the compiled source. And it can be easily used in any context: command > line, "plain web" (through a FastCGI binding) or Rails (through the > Sprockets-Rails plugin). > > -- > Christophe Porteneuve > [email protected] > > > -- > To view archived discussions from the original JSMentors Mailman list: > http://www.mail-archive.com/[email protected]/ > > To search via a non-Google archive, visit here: > http://www.mail-archive.com/[email protected]/ > > To unsubscribe from this group, send email to > [email protected]<jsmentors%[email protected]> > -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
