In dev mode, instead of writing a single monolithic HTML file, the output would be split (#7) into separate javascript, CSS, and html files. The separation of concerns should allow faster development for things like CSS and JavaScript changes when in dev mode.
So, users should be able to call something like
In dev mode, instead of writing a single monolithic HTML file, the output would be split (#7) into separate javascript, CSS, and html files. The separation of concerns should allow faster development for things like CSS and JavaScript changes when in dev mode.