This is a real question... Is there a way to use less.js as it could generate static css files, those files that will be cached and reprocessed on demand and not on the fly ?
That means generate css cached files to avoid on the fly generation and leverage performance benefits of static files, but keeping the flexibility of writing in less.
This is more way interesting when using css framework like bootstrap, with the need of reusing less variables.
This is supposed to be used in a production environment (we don't own nor control) by webdesigners who are not able to install anything on the server side.
Thanks a lot for any answer !