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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
I use useminPrepare to generate the config, and then run the generated tasks. But the concated file will include the commented scripts components/mock.js, this is a bug?
Confirmed. This will be hard to fix tho, as we're using regexps to parse our HTML. This would be fixed by #244 (using an actual parser instead of regexps).
When I comment some sciprts in index.html:
I use useminPrepare to generate the config, and then run the generated tasks. But the concated file will include the commented scripts
components/mock.js
, this is a bug?But when I rewite the comment as a line:
The commented file will not included in concated file.
My config is:
The text was updated successfully, but these errors were encountered: