Added bower to local node_modules for devDependencies.

This commit is contained in:
Ken Elf Mathieu Sternberg 2016-04-15 21:14:55 -07:00
parent 39bd7ee63b
commit d85b81ff9c
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ htdocs/lib/backbone.js:
install: install:
npm install npm install
bower install jquery underscore backbone ./node_modules/bower/bin/bower install jquery underscore backbone
setup: install $(LIBS) setup: install $(LIBS)

View File

@ -9,7 +9,8 @@
"stylus": "^0.54.0" "stylus": "^0.54.0"
}, },
"devDependencies": { "devDependencies": {
"inotify": "^1.4.0" "inotify": "^1.4.0",
"bower": "^1.7.0"
}, },
"scripts": { "scripts": {
"test": "make serve" "test": "make serve"