فهرست منبع

Bundler bugfix in Makefile.

JC Brand 10 سال پیش
والد
کامیت
7637a3f12b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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