I'd like the build and website and serving the website to be a lot more seemless. At the moment in development you get restarts when editing content but have to restart the process to rebuild the JS/CSS assets.
Ideally, you could just run build to build everything one-time and start to run a build and serve the website which watches for changes to the website and assets and rebuilds.
I'd like the build and website and serving the website to be a lot more seemless. At the moment in development you get restarts when editing content but have to restart the process to rebuild the JS/CSS assets.
Ideally, you could just run
buildto build everything one-time andstartto run a build and serve the website which watches for changes to the website and assets and rebuilds.