diff --git a/Gruntfile.js b/Gruntfile.js index 850dd20..3c90156 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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/**'], diff --git a/server.js b/insight.js similarity index 100% rename from server.js rename to insight.js