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
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?