Closed Grawl closed 9 years ago
I think will be cool to use your plugin with more plain and simple way.
Instead of creating new subtask (at least for Grunt) we can just specify dest path for CSS with data and remove all data from src by default.
dest
data
src
data:{ options:{ map:false, processors:[ dataPaker({ dest:'css/main_data.css' }) ] }, src:'css/main.css' }
Easy.
And if we will turn keepData to true then all data will stay in main.css
keepData
true
main.css
Looks great! I will look into it soon.
Any updates on this?
Hope to make this in next two weeks.
Late for three days, but added in 1.1.0.
Cool :sunglasses:
Thanks!
I think will be cool to use your plugin with more plain and simple way.
Instead of creating new subtask (at least for Grunt) we can just specify
dest
path for CSS withdata
and remove all data fromsrc
by default.Easy.
And if we will turn
keepData
totrue
then alldata
will stay inmain.css