mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 06:32:11 +00:00
6 lines
170 B
Batchfile
6 lines
170 B
Batchfile
:: Created by npm, please don't edit manually.
|
|
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\..\jade\bin\jade" %*
|
|
) ELSE (
|
|
node "%~dp0\..\jade\bin\jade" %*
|
|
) |