mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-03 01:16:14 +03:00
Stop writing image-assets.js file.
This commit is contained in:
parent
70a569c36f
commit
e34e3510c3
@ -63,7 +63,6 @@ function run() {
|
||||
app.ports.writeFile.subscribe(contents => {
|
||||
fs.writeFileSync("./gen/RawContent.elm", contents.rawContent);
|
||||
fs.writeFileSync("./gen/PagesNew.elm", elmPagesUiFile(staticRoutes));
|
||||
fs.writeFileSync("./src/js/image-assets.js", contents.imageAssets);
|
||||
console.log("elm-pages DONE");
|
||||
doCliStuff(staticRoutes, contents.rawContent, function(manifestConfig) {
|
||||
if (contents.watch) {
|
||||
|
Loading…
Reference in New Issue
Block a user