fix gruntfile

This commit is contained in:
Matias Alejo Garcia 2014-02-11 12:28:32 -03:00
parent 2bc9cbf07c
commit 75dce7e926
1 changed files with 8 additions and 1 deletions

View File

@ -35,6 +35,13 @@ module.exports = function(grunt) {
livereload: true, livereload: true,
}, },
}, },
js2: {
files: ['public/src/**/*.js'],
tasks: ['compile'],
options: {
livereload: true,
},
},
html: { html: {
files: ['public/views/**'], files: ['public/views/**'],
options: { options: {
@ -124,7 +131,7 @@ module.exports = function(grunt) {
script: 'insight.js', script: 'insight.js',
options: { options: {
args: [], args: [],
ignore: ['public/**', 'test/**','util/**'], ignore: ['public/**/*.html','public/**/*.css', 'public/**/*.js', 'test/**/*','util/**/*', ,'dev-util/**/*'],
// nodeArgs: ['--debug'], // nodeArgs: ['--debug'],
delayTime: 1, delayTime: 1,
env: { env: {