Hi,
Thanks for release this library because the gulp-less is simply not working (it generates only 1 file instead of 2).
Does anyone know if there is a way to compress the generated code.
I've tried this for example but not working so far :
.pipe(bless({
compress: true,
imports: false
}))
Thanks.