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
When I do more app.js on CLI, I am expecting see "jquery.min.js" first, then "bootstrap.min.js" next, then "baller.js" last. But "baller.js" is always first, followed by bootstrap, then jquery.
If you change baller.js to "zzz.js", then "zzz.js" is the last part of app.js
Why is grunt-concat not honoring the file names order?
The text was updated successfully, but these errors were encountered:
I'm using
"grunt-contrib-concat": "^1.0.1"
. Here's gruntfile parts:When I do
more app.js
on CLI, I am expecting see "jquery.min.js" first, then "bootstrap.min.js" next, then "baller.js" last. But "baller.js" is always first, followed by bootstrap, then jquery.If you change baller.js to "zzz.js", then "zzz.js" is the last part of app.js
Why is grunt-concat not honoring the file names order?
The text was updated successfully, but these errors were encountered: