I used Yeoman to create a web app in EmberJS. Everything works ok, but after using the grunt build
command, if I view the built app in the browser (from dist directory), I can see that some images are missing because the src path is wrong.
Grunt is changing the names of all images in the "image" folder, but not updating the paths in my HTML. It updates the path only in css files; the images in the .hbs template files still have the old path (with the old image name)...
Anyone know how to fix this?