This repository has been archived by the owner on May 25, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix grunt build task useminPrepare and imagemin errors
On the grunt build task, grunt was issuing the following errors: Running "useminPrepare:html" (useminPrepare) task Warning: An error occurred while processing a template (Unexpected token )). Use --force to continue. Running "imagemin:dist" (imagemin) task Warning: An error occurred while processing a template (Unexpected token )). Used --force, continuing. The bug was caused by additional '%' characters added to the closing template stings on the imagemin task in the gruntfile. Resolves: #632
- Loading branch information