diff --git a/node/Gruntfile.js b/node/Gruntfile.js index 3335c979a..aacd77f5a 100755 --- a/node/Gruntfile.js +++ b/node/Gruntfile.js @@ -1,10 +1,9 @@ module.exports = function(grunt) { var tasks = [ - + // clean build directory 'clean:build', - // compiles less 'less:buildCSS',