shannonmoeller / gulp-hb

A sane Gulp plugin to compile Handlebars templates. Useful as a static site generator.
http://npm.im/gulp-hb
MIT License
147 stars 14 forks source link

Handlebars dependency #36

Closed Billy- closed 8 years ago

Billy- commented 8 years ago

If you do not install the handlebars npm module and try to run gulp-hb you will get an error; Cannot find module 'handlebars'. Obviously. But the problem is there is no mention of this dependency as far as I can tell. And apart from that, why would you not just add it as an install dependency?

shannonmoeller commented 8 years ago

Handlebars is a dependency. My guess is that your original npm install of gulp-hb failed for some reason.

https://github.com/shannonmoeller/gulp-hb/blob/master/package.json#L44

Billy- commented 8 years ago

Right, not sure why I didn't look into this further.. Sorry! :confused:

shannonmoeller commented 8 years ago

No worries!