mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-06 05:34:48 +03:00
Copy image directory to dist.
This commit is contained in:
parent
c960dffdca
commit
5a7374114a
@ -150,7 +150,8 @@ async function copyAssets() {
|
||||
fs.copyFile("user-index.js", "dist/user-index.js");
|
||||
fs.copyFile("style.css", "dist/style.css");
|
||||
fs.copyDirFlat("static", "dist");
|
||||
fs.copyDirNested("images", "dist");
|
||||
fs.tryMkdir("dist/images");
|
||||
fs.copyDirNested("images", "dist/images");
|
||||
}
|
||||
|
||||
async function compileCliApp() {
|
||||
|
Loading…
Reference in New Issue
Block a user