Add grunt.cmd

This commit is contained in:
Kevin Sawicki
2014-05-06 17:03:19 -07:00
parent a1d2e253ea
commit 44f19610b6

5
script/grunt.cmd Normal file
View File

@@ -0,0 +1,5 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\grunt" %*
) ELSE (
node "%~dp0\grunt" %*
)