Преглед на файлове

Merge pull request #397 from jacobdanner/patch-2

add .cmd extensions to makefile.win
JC Brand преди 10 години
родител
ревизия
5fce1556b1
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      Makefile.win

+ 3 - 3
Makefile.win

@@ -1,11 +1,11 @@
 # You can set these variables from the command line.
 GRUNT   		?= node_modules\.bin\grunt.cmd
-BOWER           ?= node_modules\.bin\bower
-PHANTOMJS       ?= node_modules\.bin\phantomjs
+BOWER                   ?= node_modules\.bin\bower.cmd
+PHANTOMJS               ?= node_modules\.bin\phantomjs.cmd
 SASS 			?= sass 
 RMRF 			?= rmdir /q /s 
 RMF 			?= del /q 
-HTTPSERVE		?= ./node_modules/.bin/http-server
+HTTPSERVE		?= ./node_modules/.bin/http-server.cmd
 
 .PHONY: all help clean css minjs build