use directories for structure
This commit is contained in:
10
node_modules/.bin/minifyfromhtml.cmd
generated
vendored
10
node_modules/.bin/minifyfromhtml.cmd
generated
vendored
@@ -1 +1,9 @@
|
||||
@"%~dp0\..\minifyfromhtml\minifyfromhtml.js" %*
|
||||
@ECHO off
|
||||
SETLOCAL
|
||||
CALL :find_dp0
|
||||
"%dp0%\..\minifyfromhtml\minifyfromhtml.js" %*
|
||||
ENDLOCAL
|
||||
EXIT /b %errorlevel%
|
||||
:find_dp0
|
||||
SET dp0=%~dp0
|
||||
EXIT /b
|
||||
|
Reference in New Issue
Block a user