ericclemmons / ericclemmons/grunt-angular-templates
Removing "Usemin has not created uglify.generated yet"
Open
- Dominant language
- JavaScript
- Stars
- 705
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
When using useminPrepare `By default the flow is: concat -> uglify.` but in my build I would like to skip the `uglify` step so I configured the flow with only `concat`. Thing is when I now build I get the following message from ngTemplate
```
[INFO] Running "ngtemplates:dist" (ngtemplates) task
[INFO] File .tmp/templateCache.js created.
[INFO] >> Usemin has not created uglify.generated yet!
```
Can you advice on if this is just a warning (i.e everything is ok) and how to get rid of this message?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.