I have configured bless as follows
bless: {
css: {
options: {
compress: true,
force: false,
cacheBuster: true
},
files: {
'../consumer/theme/app.css': '../consumer/theme/out.css'
}
}
},
Have added a watch on the css file to trigger bless. But the split does not happen the source file turns empty after tasks run from watch.
Blessc of the file actually works. Any idea what could be wrong?
