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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -