On Jul 4, 12:41 am, Samer <samerzia...@gmail.com> wrote: > I found it tricky to use an automated combiner thingy in that it > doesn't know the order of the javascripts to be added to the page.
I use Sprockets[1] to combine multiple scripts into one file. With sprockets you write "require" statements and it automatically manages the dependencies for you so that the same file is not included multiple times. For example: //= require <jquery.min> //= require "other_script_file $(...); [1] http://github.com/sstephenson/sprockets/tree/master --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---