Ajaykumarkonda

Results 2 comments of Ajaykumarkonda

I also encountered same issue. Relative paths in html img src="images/image.png" is not working filerev but in css background image file rev is working Any solution for html src paths...

I am using imagemin: ``` { dist: { files: [{ expand: true, cwd: '/images', src: '{,*/}*.{png,jpg,jpeg,gif}', dest: '/images' }] } } ``` it is coping images from app folder but...