toastdotdev / toast

The best place to stack your JAM. Toast is a Jamstack framework
153 stars 13 forks source link

Adding in a "develop" command in the cli #51

Open danthompson41 opened 3 years ago

danthompson41 commented 3 years ago

Adding a develop command which spawns a file watcher, ands runs the incremental build whenever files in src or content are changed. Opted for a new command, as it can be swapped when better ways to do this arrive

Currently breaks if there's an error that hits unwrap. Started diving into those, got very scared, backed right on out and will approach in another pr