Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixing grunt and version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed May 20, 2014
1 parent 2f3b951 commit dba1e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit dba1e8b

Please sign in to comment.