Reputation: 1544
Currently unable to get the template views updating with Intellij Live Edit within a Node expressjs app using nunjucks.
Debug configuration:
Configuration in Settings -> Build Execution, Deployment -> Debugger -> Live Edit:
When I make changes to the JavaScript code and refresh the browser the changes are reflected.
Making changes to the nunjucks template within "views" (index.njk) e.g.:
....then refreshing the browser, the changes are not reflected...
Any help appreciated.
Thanks,
Upvotes: 0
Views: 480
Reputation: 93728
Live editing Jinja2 templates is not currently supported. If you miss this feature, please file a feature request to youtrack, https://youtrack.jetbrains.com/issues/WEB
Upvotes: 2