mperdeck/dynamicbundles

LESS handling, bundling and minification

Opened this issue · 1 comments

Couldn't find any words that suggest that this engine handles LESS files, so i ask here - does it ?

or would it be easy to upgrade / integrate a LESS compiler ?

Dynamic Bundles does its thing at runtime. Compiling LESS shouldn't happen at runtime, it should happen design time or during builds. You use a LESS compiler and let Dynamic Bundles work with the generated CSS files.