grunt-inline-css icon indicating copy to clipboard operation
grunt-inline-css copied to clipboard

Grunt File options do not affect dependent module options

Open xXACCEXx opened this issue 9 years ago • 0 comments

eg: for base:64 images in web-resources-inliner options; images: bool or numeric; defaults to 8.

Setting images to false in my gruntFile.js doesn't affect the output file, Images are still embedded as base:64. (unless I edit the options in that module)

xXACCEXx avatar Jul 22 '15 04:07 xXACCEXx