faresd / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
0 stars 0 forks source link

Refresh the HTML/JS static files without needing a mvn:package command #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a project using HTML and JS files
2. Run mvn:devserver
3. Change the content of a JS or HTML file

What is the expected output? What do you see instead?
-- I would really like to be able to refresh the browser's page and directly 
see the result of my HTML changes
-- Instead, I need to run a mvn package command so that the files in the target 
folder are updated

Is there any solution for this ? Is this on the roadmap ?

Best regards,
David

Original issue reported on code.google.com by david.ha...@revevol.eu on 1 Jul 2013 at 5:18

GoogleCodeExporter commented 8 years ago
I've gotten this working for my purposes.
See https://code.google.com/p/antonytrupe/source/browse/trunk/pom.xml to see 
what might be useful for you.

Original comment by antony.trupe on 17 Jul 2013 at 5:34

GoogleCodeExporter commented 8 years ago
This doesn't work for me.

Original comment by leok...@gmail.com on 24 Jan 2014 at 1:58

GoogleCodeExporter commented 8 years ago
hey,if you use eclipse,u can use this tool
see http://andrei.gmxhome.de/filesync/

Original comment by edward5...@gmail.com on 13 May 2014 at 1:12