Skip to content

Commit

Permalink
fix(demo): remove offending code #268
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Nov 15, 2021
1 parent 03a66c8 commit bf240c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions template/scripts/prepForBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ let copyFiles = async function() {
if (err) throw err;
console.log(`${bundle} was copied to ./build dir`);
});

fs.copyFile(`./demo/style.css`, `./build/style.css`, (err) => {
if (err) throw err;
console.log(`CSS was copied to ./build dir`);
});
}

// Edit string in new index.html file
Expand Down

0 comments on commit bf240c5

Please sign in to comment.