lessy icon indicating copy to clipboard operation
lessy copied to clipboard

Lessy is a simple and lean less compiler for Laravel 4

Results 4 lessy issues
Sort by recently updated
recently updated
newest added

This setting will only create files, No minify. After running lessy:compile the styles.min.css file is generated and if I repeat the execution, the file is rebuilt duplicating the code. Excuse...

HI!! Great package, I like the idea. Can you add an option to only compile one file?. In my case I work with a main file. Also can you add...

Added a new option to compile the less files. This option will allow the complation of several less files into a single css file and cache it. It also allows...

From what I read about it, I need to add `-sass-debug-info` but I am not sure. See https://github.com/less/less.js/pull/1038 Or maybe `--source-map --source-map-basepath`? ``` node_modules/less/bin/lessc --source-map --source-map-basepath="`pwd`"/web --source-map-rootpath=/ --strict-imports web/assets/site/css/bootstrap/bootstrap-full.less web/assets/site/css/bootstrap/bootstrap-full.css...