Files
air66-yourls-admin-theme/node_modules/.bin/autoprefixer.cmd

7 lines
200 B
Batchfile
Raw Normal View History

2019-07-24 18:16:32 +01:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\autoprefixer\bin\autoprefixer" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\autoprefixer\bin\autoprefixer" %*
)