mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
6 lines
102 B
Batchfile
6 lines
102 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\grunt" %*
|
|
) ELSE (
|
|
node "%~dp0\grunt" %*
|
|
)
|