camptocamp / c2c.recipe.closurecompile

A buildout recipe to compile javascript with the Google Closure Compiler
MIT License
2 stars 3 forks source link

input files are unordered #4

Open canassa opened 13 years ago

canassa commented 13 years ago

The buildout.py is using a set() to store the input javascript files.

Since a set is a unordered list, and the javascript ordering is important this can generate issues

fredj commented 13 years ago

make sense, on my todo list. btw, if you can provide a patch it would be greatly appreciated :-)