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 think this use was documented somewhere, but I can't seem to find it now.)
Currently the value of the type option is ignored and the target name determines the type, therefore - for instance - there can be only one html target - the one named 'html'.
Before the offending change it was possible to specify the type of the target in usemin task configuration, like so:
(I think this use was documented somewhere, but I can't seem to find it now.)
Currently the value of the type option is ignored and the target name determines the type, therefore - for instance - there can be only one html target - the one named 'html'.
The breaking change happened:
https://github.com/yeoman/grunt-usemin/blob/989766245ba750b116521c26eca7efbdc22e22c2/tasks/usemin.js
The text was updated successfully, but these errors were encountered: