소스 검색

Update Makefile.win

There are spaces instead of tabs and this is causing an error.
infernaler 10 년 전
부모
커밋
4f60d3f8bd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Makefile.win

+ 2 - 2
Makefile.win

@@ -28,7 +28,7 @@ serve:
 
 stamp-npm: package.json
 	npm install
-    $(GRUNT) touch:npm
+	$(GRUNT) touch:npm
 
 stamp-bower: stamp-npm bower.json
 	$(BOWER) install
@@ -43,7 +43,7 @@ clean::
 dev: clean
 	npm install
 	$(BOWER) update
-    bundler install --path=.
+	bundler install --path=.
 
 ########################################################################
 ## Builds