Показать сообщение отдельно
  #5 (permalink)  
Старый 28.04.2017, 10:55
Аватар для khusamov
Соединяю Node.js и Ext JS
Отправить личное сообщение для khusamov Посмотреть профиль Найти все сообщения от khusamov
 
Регистрация: 25.06.2009
Сообщений: 1,033

поступил такой любопытный ответ

http://stackoverflow.com/questions/4...51386#43651386

Use the build descriptor from your app.json. If you have a build config like this

"builds": {
    "classic": {
        "toolkit": "classic",
        "locales": [
            "de",
            "es"
            "en",
        ]
    }
},

you can specifiy the build by using a combination of toolkit, theme and locale:

sencha app build classic-en production

if you use a specific theme, e.g. theme-foo-bar, you need to add it too:

sencha app build classic-theme-foo-bar-en production
__________________
Хусамов Сухроб, Москва, khusamov@yandex.ru
Мой JS-стек: Sencha ExtJS 6, Node.js, TypeScript.
Ответить с цитированием