Skip to content

Commit

Permalink
re-added grunt-bower for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Feb 24, 2014
1 parent f8232b1 commit 5ee159d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ module.exports = function(grunt) {
}
},

// This is needed for travis task
bower: {
install: {
// defaults are fine
}
},

// Testing
jasmine: {
src: [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-jasmine": "~0.6.1",
"bower": "~1.2.8",
"grunt-templater": "0.0.4",
"load-grunt-tasks": "~0.3.0",
"time-grunt": "~0.2.9",
"ejs": "~0.8.5"
"ejs": "~0.8.5",
"grunt-bower-task": "~0.3.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ee159d

Please sign in to comment.