From 67397a0cf42ccbbba783e31ca9fc6886739a8060 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 16 May 2013 16:42:20 -0400 Subject: [PATCH] fixes commenting Former-commit-id: 99a35fce0470586ff760971b7f8c63faac840188 Former-commit-id: 728a8b14fc8210d5466324668385e861e7264cca --- node/Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',