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.
I wanna use semantic-ui for my project. I've copy the less files in the semanticfolder and I have my less where I customize the theme. My src/assets folder looks like this :
I wanna use semantic-ui for my project. I've copy the less files in the
semantic
folder and I have myless
where I customize the theme. Mysrc/assets
folder looks like this :My gruntFile.js for the less module looks like this :
Am I missing something here ?