🎉 Add themes infraestructure.

This commit is contained in:
Vitaly Kornilov 2020-04-08 11:57:29 +03:00 committed by Andrey Antukh
parent cd61269cd5
commit ea3e17f7fe
20 changed files with 207 additions and 33 deletions

View file

@ -59,6 +59,7 @@ function build-frontend {
-e UXBOX_DEMO_WARNING=${UXBOX_DEMO_WARNING} \
-e UXBOX_DEPLOY_DATE=${UXBOX_DEPLOY_DATE} \
-e UXBOX_DEPLOY_COMMIT=${UXBOX_DEPLOY_COMMIT} \
-e UXBOX_THEME=${UXBOX_THEME} \
$IMAGE ./scripts/build-app.sh
}