Merge pull request #92 from acburdine/add-bower

Add bower to client dependencies
This commit is contained in:
Kevin Ansfield 2016-06-26 15:18:27 +01:00 committed by GitHub
commit 2d2b48dd94
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ module.exports = function(grunt) {
},
'bower-install': {
command: 'bower install'
command: path.resolve(cwd + '/node_modules/.bin/bower install')
},
csscombfix: {

View File

@ -24,6 +24,7 @@
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": "1.7.9",
"broccoli-asset-rev": "2.4.3",
"csscomb": "3.1.8",
"ember-ajax": "2.4.1",