mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 08:54:36 +03:00
Merge pull request #92 from acburdine/add-bower
Add bower to client dependencies
This commit is contained in:
commit
2d2b48dd94
@ -64,7 +64,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
|
||||
'bower-install': {
|
||||
command: 'bower install'
|
||||
command: path.resolve(cwd + '/node_modules/.bin/bower install')
|
||||
},
|
||||
|
||||
csscombfix: {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user