-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken image inside directive #468
Comments
Thats probably breaking because the rev task is renaming images for caching purposes, and it's not recognizing that as an image because the angular expression. You can ignore specific folders and images by adding a negative file list to the end of the rev tasks list of files:
|
Is it possible I can do the inverse, and add some kind of setting to |
Nevermind... I guess I will just use a class and move it to CSS. |
@9mm, I've found that to be the easiest solution as well. Also moving the template to an html(type) file works to. |
Hello,
I'm using an image source dynamically inside a directive. It works fine with
grunt serve
, but breaks undergrunt serve:dist
. Is there an extra step I need to do? Sorry if this isn't the right place to put this, I'm not sure the best place to ask.Thanks!
The text was updated successfully, but these errors were encountered: