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 cce4155 commit 3a337f9
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 70 deletions.
1 change: 0 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ echo Snapshot taken restored successfully!




@echo off
echo Combining CSS Files
call node build.js
Expand Down
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ console.log('Files combined successfully!');
const path = require('path');
const cheerio = require('cheerio');

const htmlFilePath = './indexs.html';
const htmlFilePath = './index.html';
const cssFilesToRemove = [
'src/bootstrap.min.css?ver=5.3.0',
'src/boxicons.min.css?ver=2.1.4'
Expand Down
Loading

0 comments on commit 3a337f9

Please sign in to comment.