pulsar/script/grunt.cmd

6 lines
102 B
Batchfile
Raw Normal View History

2014-05-07 04:03:19 +04:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\grunt" %*
) ELSE (
node "%~dp0\grunt" %*
)