-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Correct me if I'm wrong, but I think this should work without any static files, so there should be a check if the static dir exists, before copying it.
Lines 66 to 70 in 03be6e3
| // Copy JS/HTML/CSS/ICONS | |
| ensureDir(`${distDir}/static`) | |
| const options = { overwrite: true } | |
| copySync('static', distDir, options) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels