The images are located and visible in development mode, but they disappear when using generated distribution.
The reason is that the images are automatically prefixed with checksum using `grunt-rev` plugin.
All the image paths in CSS files and index.html are properly overwritten, but these messages are not processed via the plugin.
We need to come with a suitable configuration that will allow Angular directives/views to be processed as well.
|