use directories for structure

This commit is contained in:
s2
2020-05-26 10:37:57 +02:00
parent 66580d4847
commit ae4aaf2668
1287 changed files with 92093 additions and 13113 deletions

10
node_modules/.bin/minifyfromhtml.cmd generated vendored
View File

@@ -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