On 28 Apr,2014, at 16:02 , A577127 <antoine.matyja(a)worldline.com> wrote:
The grunt command updated html and js files in server/src/main/webapp
but it
The grunt task updates the console static (html, javascript and css) files into
jboss/standalone/deployments/ag-push.war.
To use this first you’ll need to deploy the war directory. The war is build with mvn
install, after that copy the war directory ( from server/target/ ) into the
jboss/standalone/deployments directory now you’ll have the whole app deployed which can
then be updated by grunt. Point your browser to
http://localhost:8080/ag-push to see the
changes as you live edit them.
Hope this helps
Erik Jan