Search code examples
javascripthtmlcssintellij-ideahotswap

Enable IntelliJ hotswap of html and javascript files


I'm fairly new to IntelliJ and I'm using it to develop an AngularJS / Java web application. When I make changes to HTML or JavaScript code, I always have to restart the app server (I'm using Jetty). Is there a config or plugin that provides hotswap for HTML/JS/CSS files?

I'm using IntelliJ 12 Ultimate edition.


Solution

  • You need the option "Update resources". You should be able find this option in your server Run/Debug configuration.