Bundler bugfix in Makefile.

This commit is contained in:
JC Brand 2015-03-06 18:00:35 +00:00
parent 4d6aed5d81
commit 7637a3f12b

View File

@ -91,7 +91,7 @@ clean::
dev: clean dev: clean
npm install npm install
$(BOWER) update; $(BOWER) update;
bundler install --path=. bundle install --path=~/
######################################################################## ########################################################################
## Builds ## Builds