From 75dce7e9266131236d824c280e74509003b9f2a7 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 11 Feb 2014 12:28:32 -0300 Subject: [PATCH] fix gruntfile --- Gruntfile.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index fbed0a5..d0d2afa 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -35,6 +35,13 @@ module.exports = function(grunt) { livereload: true, }, }, + js2: { + files: ['public/src/**/*.js'], + tasks: ['compile'], + options: { + livereload: true, + }, + }, html: { files: ['public/views/**'], options: { @@ -124,7 +131,7 @@ module.exports = function(grunt) { script: 'insight.js', options: { args: [], - ignore: ['public/**', 'test/**','util/**'], + ignore: ['public/**/*.html','public/**/*.css', 'public/**/*.js', 'test/**/*','util/**/*', ,'dev-util/**/*'], // nodeArgs: ['--debug'], delayTime: 1, env: {