danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 481 forks source link

Add support for watching changes of jade file. #80

Open martinheidegger opened 9 years ago

martinheidegger commented 9 years ago

The current watch mode only watches for changes in the blueprint file but it should also watch changes in the jade template (good for template development).

danielgtaylor commented 9 years ago

This is something I've been considering for a while. I do think it's a good idea. One of the questions I have though is how to know which files the template itself may include, e.g. other Jade files or styles/javascript.