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
Post a Comment