Add grunt.cmd

Esse commit está contido em:
Kevin Sawicki
2014-05-06 17:03:19 -07:00
commit 44f19610b6
+5
Ver Arquivo
@@ -0,0 +1,5 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\grunt" %*
) ELSE (
node "%~dp0\grunt" %*
)