-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in merging java-script source files in a particular order #27
Comments
Comment by twothe The fact that this plugin merges files in the order of file-name makes it completely unusable in modern web environment. If JS file A needs to access JS library B, it won't work, cause B comes after A. This plugin absolutely needs a way to define the order of files. |
Comment by blutorange You should be able to use <jsSourceFiles>
<jsSourceFile>zzz.js</jsSourceFile>
<jsSourceFile>aa.js</jsSourceFile>
</jsSourceFiles> instead of |
See #6 |
Issue by kannan08
Friday May 19, 2017 at 07:16 GMT
Originally opened as samaxes#146
The text was updated successfully, but these errors were encountered: