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 have an issue with usemin.
I decided to add a simple filter to my angular app so I can check if the url I get back from the the server starts with "/assets/site/default-cover". If this is the case then I need to change this link to point to the revised image:
So revision is not added on this particular url but if correctly added on others.
What is more surprising is that if I remove the uglify task and I just copy the file to the right place.
usemin do a good job by adding the revision number.
I have an issue with usemin.
I decided to add a simple filter to my angular app so I can check if the url I get back from the the server starts with "/assets/site/default-cover". If this is the case then I need to change this link to point to the revised image:
my usemin task is pretty simple and works for every others urls on my js file
I could print the filerev summery object between the filerev task and the usemin task and I could find this data:
This is identical to every others url that work perfectly
my useminPrepare
If I run the code I get
So revision is not added on this particular url but if correctly added on others.
What is more surprising is that if I remove the uglify task and I just copy the file to the right place.
usemin do a good job by adding the revision number.
The text was updated successfully, but these errors were encountered: