Merge branch 'process-friendly' into easy-install

This commit is contained in:
Eric Martindale 2014-01-22 00:06:12 +00:00
commit 3ecc4fb1fd
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ module.exports = function(grunt) {
},
},
js: {
files: ['Gruntfile.js', 'server.js', 'app/**/*.js', 'public/js/**'],
files: ['Gruntfile.js', 'insight.js', 'app/**/*.js', 'public/js/**'],
tasks: ['jshint'],
options: {
livereload: true,
@ -48,7 +48,7 @@ module.exports = function(grunt) {
},
jshint: {
all: {
src: ['Gruntfile.js', 'server.js', 'app/**/*.js', 'public/js/**','lib/*.js'],
src: ['Gruntfile.js', 'insight.js', 'app/**/*.js', 'public/js/**','lib/*.js'],
options: {
jshintrc: true
}
@ -63,7 +63,7 @@ module.exports = function(grunt) {
nodemon: {
dev: {
script: 'server.js',
script: 'insight.js',
options: {
args: [],
ignore: ['public/**', 'test/**','util/**'],