pixsy/node_modules/.bin/cleancss.cmd

7 lines
186 B
Batchfile
Raw Normal View History

2017-12-22 17:22:08 +00:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\clean-css\bin\cleancss" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\clean-css\bin\cleancss" %*
)