Files
air66-yourls-admin-theme/node_modules/.bin/autoprefixer.cmd
2019-07-24 18:16:32 +01:00

7 lines
200 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\autoprefixer\bin\autoprefixer" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\autoprefixer\bin\autoprefixer" %*
)