remove spritesheet call from devserve

This commit is contained in:
Matthew Gaffen 2019-08-15 11:43:05 +01:00
parent 2bcc9bc9bf
commit 2eeca8f563

View File

@ -130,7 +130,7 @@ const build_site = debounce(
// `webpack --env ${process.env.NODE_ENV} --watch`
// );
// console.log("Webpack Finished");
yield run_build_command(`npm run spritesheet`);
// yield run_build_command(`npm run spritesheet`);
}
if (build_site) {