Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 25, 2023
1 parent 3a337f9 commit 839bfa9
Show file tree
Hide file tree
Showing 598 changed files with 87 additions and 52,048 deletions.
4 changes: 2 additions & 2 deletions assets/css/dependency.css

Large diffs are not rendered by default.

29 changes: 11 additions & 18 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@

@echo off

REM Get the folder path of the batch file
set "batchFolderPath=%~dp0"

set "orghtmlFilePath=%batchFolderPath%index.html"
set "backupFilePath=%batchFolderPath%index.html.snapshot"

REM Take a snapshot (create a backup copy)
copy "%orghtmlFilePath%" "%backupFilePath%"
echo Snapshot taken restored successfully!
echo Combinig dependency files
set "outputFile=.\src\purge\dependency.css"
set "sourceFiles=.\src\bootstrap.min.css .\src\boxicons.min.css"
REM Combine CSS files into one
type NUL > %outputFile%
for %%f in (%sourceFiles%) do (
type "%%f" >> %outputFile%
echo. >> %outputFile%
)
echo CSS files combined successfully!




Expand All @@ -31,15 +35,4 @@ call git add .
call git commit -m "bugs fixed"
call git push



REM Restore the snapshot (copy the backup file back to the original file)
copy "%backupFilePath%" "%orghtmlFilePath%"

REM Clean up by deleting the backup file (optional)
del "%backupFilePath%"

echo Snapshot restored successfully!


pause
64 changes: 0 additions & 64 deletions build.js

This file was deleted.

139 changes: 71 additions & 68 deletions index.html

Large diffs are not rendered by default.

188 changes: 0 additions & 188 deletions node_modules/.package-lock.json

This file was deleted.

10 changes: 0 additions & 10 deletions node_modules/boolbase/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions node_modules/boolbase/index.js

This file was deleted.

23 changes: 0 additions & 23 deletions node_modules/boolbase/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions node_modules/cheerio-select/LICENSE

This file was deleted.

18 changes: 0 additions & 18 deletions node_modules/cheerio-select/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/cheerio-select/lib/esm/helpers.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/cheerio-select/lib/esm/helpers.d.ts.map

This file was deleted.

Loading

0 comments on commit 839bfa9

Please sign in to comment.