Generate extjs 4.2 app with sencha cmd, default theme name did not work -


i use flow command :

sencha -sdk d:\dev\ext\ext-4.2.1.883 generate app -t ext-theme-neptune msg .\ 

then check /.sencha/app/sencha.cfg file, app.theme still app.theme=ext-theme-classic,

and bootstrap.css still @import 'ext/packages/ext-theme-classic/build/resources/ext-theme-classic-all.css'.

how change app theme using sencha cmd?

i haven't tried generating app includes specifying theme. anyways, can change theme app editing app.theme=ext-theme-classic app.theme=ext-theme-neptune found on project directory .sencha/app/sencha.cfg

then, execute

sencha app refresh 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -