Closed ilkome closed 8 years ago
https://github.com/ilkome/front-end/blob/master/gulpfile.js/tasks/styles.js
Here in css-clean
task if change html: [paths.html.output],
to html: paths.html.output,
- doesn't work.
The option works differently if you pass a string; it expects raw HTML content instead of a path.
If you want to pass some HTML directly into the task instead, you can specify it here as a string.
Thanks for explanation.
In docs says
But it's doesn't work with string.