handlebars.js - Change Handlebars at Ghost need to restart site -


i'm hosting ghost via window's iis using iisnode. let's says changed html following, looks need restart site page update. there way not restart iis site?

<li class="drawer-list-item">   <a href="{{@blog.url}}/rss/">     <i class="fa fa-rss"></i>subscribe feed   </a> </li> 

this true if running in production mode. if dev work run grunt dev , don't have restart or run iisnode.


Comments