Commit 7637a3f1 authored by JC Brand's avatar JC Brand

Bundler bugfix in Makefile.

parent 4d6aed5d
......@@ -91,7 +91,7 @@ clean::
dev: clean
npm install
$(BOWER) update;
bundler install --path=.
bundle install --path=~/
########################################################################
## Builds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment