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 was archived by the owner on Mar 26, 2018. It is now read-only.
fix(grunt:cdnify): preserve cdnified scripts in build
Previously, the script references in index.html that were changed by the cdnify step would later
be overwritten by the usemin task. Now, cdnify runs before useminPrepare and the usemin task is
configured to include references for cdnified scripts right before the actual block replacements.
0 commit comments