You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this plugin for a while for my current project and it works fine except for that I have to pass the JS files in the order of their dependencies.
It would be nice to have such functionality in your plugin.
This seem to be rather straightforward request, so if you don't mind I can try to contribute to the code.
The text was updated successfully, but these errors were encountered:
Hi!
I've been using this plugin for a while for my current project and it works fine except for that I have to pass the JS files in the order of their dependencies.
Closure compiler seem to have option to sort the files the way they have to be processed (https://code.google.com/p/closure-compiler/wiki/ManageClosureDependencies)
It would be nice to have such functionality in your plugin.
This seem to be rather straightforward request, so if you don't mind I can try to contribute to the code.
The text was updated successfully, but these errors were encountered: