danmindru / responsive-html-email-signature

✨ Template generator for (responsive) emails & email signatures
https://responsive-html-email-signature-generator.com
MIT License
831 stars 246 forks source link

after adding values in conf.json -> I need to restart npm to have affect. #84

Closed nobels closed 3 years ago

nobels commented 4 years ago

step 1: add new value in conf.json file example "test": "Custom text", step 2: use the value inside the html inside template. and save it. step 3: check the result in "dist" folder. -> you will see that your new added value is not there. step 4: Ctrl+C to terminate batch job. step 5: start NPM -> then it goes well in generation. -> check again and the result is there.

danmindru commented 4 years ago

Thanks for the report! Sounds like a bug to me, although conf files should be 'watched' according to gulpfile.js#45

I'll try and take a look at it. Cheers, Dan