🎉 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

@ -39,6 +39,8 @@ services:
- UXBOX_DATABASE_URI=postgresql://postgres/uxbox
- UXBOX_DATABASE_USERNAME=uxbox
- UXBOX_DATABASE_PASSWORD=uxbox
- UXBOX_THEME=light
#- UXBOX_THEME=dark
smtp:
container_name: 'uxbox-devenv-smtp'

View file

@ -24,6 +24,6 @@ tmux send-keys -t uxbox './bin/start-dev' enter
tmux rename-window -t uxbox:0 'gulp'
tmux select-window -t uxbox:0
tmux send-keys -t uxbox 'cd uxbox/frontend' enter C-l
tmux send-keys -t uxbox 'npx gulp watch' enter
tmux send-keys -t uxbox 'npx gulp --theme=${UXBOX_THEME} watch' enter
tmux -2 attach-session -t uxbox