diff --git a/build.bat b/build.bat index 93f43dd..c3f1e1d 100644 --- a/build.bat +++ b/build.bat @@ -1,11 +1,8 @@ @echo off - - - echo Combinig dependency files -set "outputFile=.\src\purge\dependency.css" set "sourceFiles=.\src\bootstrap.min.css .\src\boxicons.min.css" +set "outputFile=.\src\purge\dependency.css" REM Combine CSS files into one type NUL > %outputFile% for %%f in (%sourceFiles%) do ( @@ -27,4 +24,4 @@ call git add . call git commit -m "bugs fixed" call git push -pause +:: pause diff --git a/index.html b/index.html index f28e679..b6f939b 100644 --- a/index.html +++ b/index.html @@ -22,8 +22,8 @@ - - + + @@ -418,7 +418,7 @@