Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jun 2, 2024
1 parent 90ab6a5 commit ddb0b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const js = function() {
}

const html = function(statsJson) {
fs.mkdirSync('dist/html/', { recursive: true })
let html, scripts, bgScript, addition
;['index.html', 'options.html', 'background.html', 'test.html'].forEach(htmlFile => {
switch (htmlFile) {
Expand Down

0 comments on commit ddb0b13

Please sign in to comment.