Browse Source

fixes commenting

Former-commit-id: 99a35fce04
Former-commit-id: 728a8b14fc
pull/258/head
Jack Lukic 11 years ago
parent
commit
67397a0cf4
1 changed files with 1 additions and 2 deletions
  1. 3
      node/Gruntfile.js

3
node/Gruntfile.js

@ -1,10 +1,9 @@
module.exports = function(grunt) { module.exports = function(grunt) {
var var
tasks = [ tasks = [
// clean build directory
'clean:build', 'clean:build',
// compiles less // compiles less
'less:buildCSS', 'less:buildCSS',

Loading…
Cancel
Save