I have a directory like below:
/folder/b.js /folder/jQuery.js /folder/a.js /folder/sub/c.js
I want to minify all these js files in one js file
I ran into the same issue. A quick fix is just to change the filenames - I used 1.jquery.min.js, 2.bootstrap.min.js, etc.
1.jquery.min.js
2.bootstrap.min.js