oscarcs / klein

A tiny build tool for web development.
MIT License
0 stars 0 forks source link

File watching and incremental builds #6

Open oscarcs opened 5 years ago

oscarcs commented 5 years ago

This shouldn't be that hard, but it should be implemented after #5.

We should add some syntactic marker (a keyword?) to the syntax to denote that the following statement(s) should be executed in watch mode.

oscarcs commented 5 years ago

A description of how Broccoli achieves this is here: https://www.solitr.com/blog/2014/02/broccoli-first-release/