Grunt task for compiling LESS to CSS. This task does for less what Assemble does for HTML, making it much easier to modularize and reduce repetition in stylesheets.
Have you checked sass/less supporting mediaquery in compiled css files?
When I set dumpLineNumbers option to 'mediaquery' (without compressing of course), the mediaquery info doesn't show the correct line number of the less definition in the compiled css file but shows the line number that points to the compiled css which is useless while developing with less.
If I compile with lessc command from terminal, everything works fine!
Could you solve this problem because source map would be very useful.
Hi!
Have you checked sass/less supporting mediaquery in compiled css files?
When I set dumpLineNumbers option to 'mediaquery' (without compressing of course), the mediaquery info doesn't show the correct line number of the less definition in the compiled css file but shows the line number that points to the compiled css which is useless while developing with less.
If I compile with lessc command from terminal, everything works fine!
Could you solve this problem because source map would be very useful.
Here's a repo you can check this issue: https://github.com/ruffle1986/less-workflow
just run 'npm install' and 'less:dev' task with grunt.