소스 검색

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
 	npm install
 	$(BOWER) update;
-	bundler install --path=.
+	bundle install --path=~/
 
 ########################################################################
 ## Builds