Fixing grunt and version issues

This commit is contained in:
Amos Haviv
2014-05-20 16:58:45 +03:00
parent 2f3b951711
commit dba1e8b2f2
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ module.exports = function(grunt) {
}
},
clientJS: {
files: ['public/js/**/*.js', 'public/modules/**/*.js'],
files: ['public/js/*.js', 'public/modules/**/*.js'],
tasks: ['jshint'],
options: {
livereload: true,

View File

@@ -19,7 +19,7 @@
},
"dependencies": {
"express": "~4.2.0",
"express-session": "~1.2.0",
"express-session": "~1.1.0",
"body-parser": "~1.2.0",
"cookie-parser": "~1.1.0",
"compression": "~1.0.1",
@@ -53,7 +53,7 @@
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-nodemon": "~0.2.0",
"grunt-nodemon": "~0.2.1",
"grunt-concurrent": "~0.5.0",
"grunt-mocha-test": "~0.10.0",
"grunt-karma": "~0.8.2",