Marco Sulla
Marco Sulla

Reputation: 15930

Sencha CMD: how to set default build targets

I created an ExtJS app using Sencha CMD. If I do

sencha app build

by default it builds to production, with both classic and modern.

I would build to development and modern only by default. Where can I set the default build parameters?

Upvotes: 1

Views: 364

Answers (1)

hwsw
hwsw

Reputation: 2606

dev mode: sencha app build development

http://docs.sencha.com/cmd/guides/extjs/cmd_app.html

to build the modern toolkit only, go into your app.json and look for the toolkit section, specify modern there

Upvotes: 0

Related Questions