On Sat, Mar 5, 2011 at 1:20 PM, fernando trasvina <[email protected]> wrote: > yes that could be one idea i think that some of of the previously posted > libraries are good doing that, but i would go with a minifier on the server > rather than downloading files separately > you can even mix the files to create different packages for special needs you > may have.
I'm curious how folks are specifying these mixes for building files ready for production? Do you make manual lists by resolving file dependencies yourself? Do you build the files and use the built files (perhaps not minified) even in development? Is ant, make, rake, etc involved? Do you have your IDE set up to build all files when you save any one file? Peter -- 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]
