Closed ehvs closed 7 years ago
So,
src: ['*.{gif,jpg,png}'],
cwd: 'images/',
dest: 'images/'
Attention to cwd value, it says that my current directory is /images, so whenever he tries to find the value for src, it will search under /images. BUT my files {.png,.jpeg} arent under /images.
Then, all I had to do was to comment the cwd value. And it worked fine!
Expected Behaviour
Use the plugin
Actual Behaviour
Running "responsive_images:dev" (responsive_images) task Unable to compile; no valid source files were found. Unable to compile; no valid source files were found.
Steps to Reproduce
Run $ grunt
PC/Mac and Graphics Engine used
LInux Mint GraphicsImage ImagesMagick
Grunt Configuration
Gruntfile.js
package.json