Browse Source

Bundler bugfix in Makefile.

JC Brand 10 years ago
parent
commit
7637a3f12b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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