1
I’m in a new project that uses the Java WEB + Spring in the backend and I do only front-end. I need to keep Eclipse open to run the server.
However, I use the Sublime Text 2 in html editing because I find it very responsive with Emmet extensions, for example.
My problem is that when I make a change to html through Sublime, I have to change the windows window for Eclipse to update the edited code and only then be able to check the change in the browser.
The problem is that the sublime does not deploy the modified files?
– rray
this, when I change the window for the eclipse, with the file I edited opened, it updates itself and so the eclipse makes the deploy.
– João Pedro Raldi
[https://stackoverflow.com/questions/16119005/integrate-sublime-text-with-tomcat] here you have a similar solution... but once you change the file it takes up to 1 minute to receive the file update
– João Pedro Raldi