Browse Source

Merge pull request #436 from infernaler/patch-1

Update Makefile.win
JC Brand 10 năm trước cách đây
mục cha
commit
761fe9425b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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