Conversion of less to CSS (and then minifying using WebMarkupMin).. anyone know how?
We have minifying our CSS and javascript working pretty well, with one of our next rounds of development it would be VERY handy if we could convert the less files to CSS when they are served individually, or more preferably when they are included in a bundle.
Anyone know how to do this? (any pointers welcome)
Equally, we have a lot of success with the Client Dependency Framework, which I'm fairly sure has an additional package that lets you work directly with LESS https://github.com/Shazwazza/ClientDependency
Conversion of less to CSS (and then minifying using WebMarkupMin).. anyone know how?
We have minifying our CSS and javascript working pretty well, with one of our next rounds of development it would be VERY handy if we could convert the less files to CSS when they are served individually, or more preferably when they are included in a bundle.
Anyone know how to do this? (any pointers welcome)
Hi John,
I'm not 100% sure what you're after here but perhaps the package (or at least some of the discussions) Tim has on his site https://our.umbraco.com/packages/developer-tools/optimus would be of use?
Equally, we have a lot of success with the Client Dependency Framework, which I'm fairly sure has an additional package that lets you work directly with LESS https://github.com/Shazwazza/ClientDependency
Many thanks, David
is working on a reply...