pulsar/script/grunt.cmd
2014-05-06 17:03:19 -07:00

6 lines
102 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\grunt" %*
) ELSE (
node "%~dp0\grunt" %*
)