extjs - How to run "sencha app watch" without a webserver -


i serving extjs 5.1 development application on local (nginx) web server, , don't need development webserver sencha cmd when running sencha app watch.

is there flag or other command equivalent without running web server?

alternativelly, equivalent command building development app (not making entire build proccess of production app) without "watch" characteristics? ie. issued automatically ide every time save .js file.

you can switch off web server.

go sencha.cfg file located @ <app name>\app\.sencha\app , put @ bottom of file:

skip.web.start=true or skip.web.start=1


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -