node.js - HOWTO run browser-sync with a web app deployed in JBoss EAP 6.3.3? -
issue details
is there specifc steps run browser-sync web app deployed in jboss eap 6.3.3 ?
i installed node.js (version 4.4.3 ), runned npm install -g browser-sync
. web application (myapp.war) deployed in running server jboss eap. runned browser-sync start --proxy "http://localhost:8080/myapp" --files "src/main/webapp/**/*"
new browser window opened url http://localhost:3000/myapp. when changed content of file (xhtml,css,js), browser-sync detected , refresh browser no changements appear.
please specify version of browsersync, node , npm you're running
browsersync [ 2.12.5 ] node [ 4.4.3 ] npm [ ]
if cli, please paste entire command below
browser-sync start --proxy "http://localhost:8080/myapp" --files "src/main/webapp/**/*"
thanks
Comments
Post a Comment