sagold / handlebars-webpack-plugin

Renders your html-template at build time
161 stars 45 forks source link

Not compiling when updating partials #19

Closed asotog closed 7 years ago

asotog commented 7 years ago

To make it work need to re run webpack-dev-server --port 9000 --host 0.0.0.0; again, this issue started when updated handlebars and webpack version not sure what happens, please see this screenshot for versions:

screen shot 2017-05-04 at 9 09 14 am
asotog commented 7 years ago

UPDATE: reverted to 0.1.1 its working now, can you please provide feedback on what happened or if new version needs another flag in configuration ?

gavro commented 7 years ago

Confirmed, same thing is happening here. While running npm run watch partials are not being updated. Needed to revert to v0.2.0 (needed entry files globbing).

sagold commented 7 years ago

With version v1.1.0 partials are watched and wds loads the changes. Additionally, the generated html files are served.

I hope the changes work as expected. Glad to get some confirmation.

Thanks for your feedback. sagold

asotog commented 7 years ago

Thanks so much working pretty good