STRd6 / jadelet

Pure and simple clientside templates
https://jadelet.com
MIT License
378 stars 11 forks source link

What about gulp plugin (or grunt)? #9

Closed voronianski closed 10 years ago

voronianski commented 10 years ago

I found https://github.com/purge/gulp-hamlet-compile but it looks like not related one..

STRd6 commented 10 years ago

It actually does look like it's using https://github.com/dr-coffee-labs/hamlet-compiler as a dependency so it may be what you want.

I don't have time to work on one personally, but if one from the community works then I'll link to it in the docs.

The compiler and CLI were just recently updated so it may require a little modification to get running with the latest, but I'll be happy to answer any questions that come up

voronianski commented 10 years ago

@STRd6 yeah, from the second look it seems that this one can be used :) how do you continuously watch hamlet templates on changes?