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

Как заставить правильно написать команду sencha app build --locale en production?
Как правильно написать команду сборки приложения с определенной локалью?

Вот выдержка из справки:

Options

--archive, -a - The directory path where all previous builds were stored.
--build, -build - Selects the name of the build specified in the 'builds' app.json set to use for the build
--clean, -c - Remove previous build output prior to executing build
--destination, -des - The directory to which the build output is written
--development, -dev - Sets the build environment to: development
--environment, -e - The build environment, either 'development', 'testing' or 'production'
--locale, -l - Selects the app.locale setting to use for the build
--production, -pr - Sets the build environment to: production
--run, -r - Enables automatically running builds with the native packager
--testing, -te - Sets the build environment to: testing
--theme, -th - Selects the app.theme setting to use for the build
Syntax

sencha app build [options] [theme|locale|build]... [environment]


В соответствии с ней подаю команду:


sencha app build --locale en production

И получаю такую вот ошибку:

>sencha app build --locale en production
Sencha Cmd v6.2.2.36
[INF] Using GPL version of Ext JS version 6.2.0.981 from C:\@repositories\element2\client\ext.
[INF] The implications of using GPL version can be found here ([url]http://www.sencha.com/products/extjs/licensing[/url]).
[ERR] No build descriptors selected
__________________
Хусамов Сухроб, Москва, khusamov@yandex.ru
Мой JS-стек: Sencha ExtJS 6, Node.js, TypeScript.
Ответить с цитированием