diff --git a/Makefile b/Makefile index fd45311..19e9aa1 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ htdocs/lib/backbone.js: install: npm install - bower install jquery underscore backbone + ./node_modules/bower/bin/bower install jquery underscore backbone setup: install $(LIBS) diff --git a/package.json b/package.json index 03aedac..34fd39b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "stylus": "^0.54.0" }, "devDependencies": { - "inotify": "^1.4.0" + "inotify": "^1.4.0", + "bower": "^1.7.0" }, "scripts": { "test": "make serve"