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.
You will need to add a regex for js type in usemin configuration to search for png.
BTW it would also be more performant as you will build the array only one time. If you call this line multiple time, in your version, you're build a new array each time.
I an using AngularJS to build my site. I have an array of
assets/images/?.png
where?
is generated via_.range
as follows:It works in development environment, but fails in production environment because it tries to find the original one not the usemin generated one.
usemin
does not change the<img ng-src="{{model.fad}}">
tag. So how can I fix it?The text was updated successfully, but these errors were encountered: