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'm seeing an odd issue where files declared in one order will be concatenated successfully, but not in a different order. Annoyingly the order that works in this case is the wrong order for my needs.
scripts.min.js lints just fine, but does have a long sourcemap added to the end of it after linting.
Edit: Updating to add that removing the sourcemap doesn't have any effect.
Editing to clarify: 'Doesn't work', by this I actually mean that the second example will result in all.min.jsonly containing the single file currently in plugins/. i.e. it doesn't combine the files from those two locations. In the first example, it successfully concat's the files as you'd expect.
The text was updated successfully, but these errors were encountered:
(On latest version)
I'm seeing an odd issue where files declared in one order will be concatenated successfully, but not in a different order. Annoyingly the order that works in this case is the wrong order for my needs.
This works:
This doesn't:
No errors.
scripts.min.js
lints just fine, but does have a long sourcemap added to the end of it after linting.Edit: Updating to add that removing the sourcemap doesn't have any effect.
Editing to clarify: 'Doesn't work', by this I actually mean that the second example will result in
all.min.js
only containing the single file currently inplugins/
. i.e. it doesn't combine the files from those two locations. In the first example, it successfully concat's the files as you'd expect.The text was updated successfully, but these errors were encountered: