Closed priyanshuch closed 8 years ago
My config.
purifycss: { options: {}, target: { src: ['dist/index.html', 'dist/views/**/*.html'], css: 'dist/styles/*.css', dest: 'dist/styles/min.css' }, },
Getting error: Warning: this.data.css.forEach is not a function.
Warning: this.data.css.forEach is not a function.
The value for the css property should be an array. so css: ['dist/styles/*.css']
css
css: ['dist/styles/*.css']
forEach it was obvious it was expecting an array :disappointed: Thank @kennyt
forEach
My config.
Getting error:
Warning: this.data.css.forEach is not a function.