sunng87 / handlebars-iron

Handlebars middleware for Iron web framework
MIT License
119 stars 20 forks source link

Feature/notify, added support for template live-reload #8

Closed sunng87 closed 9 years ago

sunng87 commented 9 years ago

Template directory can be watch by a watch() call. And each time you have templates added/changed/deleted, the engine automatically reload all templates without restarting server.

sunng87 commented 9 years ago

This feature is broken on beta and 1.0 channel because rnotify uses some gated features. Still waiting for upstream to fix.

andelf commented 9 years ago

notify 2.0.0 released. :)

sunng87 commented 9 years ago

Tests passed!