Stop writing image-assets.js file.

This commit is contained in:
Dillon Kearns 2019-08-20 10:45:47 -07:00
parent 70a569c36f
commit e34e3510c3

View File

@ -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) {