-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.yml
41 lines (39 loc) · 909 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
windows:
- name: sample-three-panes
root: ~/
layout: main-vertical
panes:
- commands:
- source ~/.virtualenvs/spots/bin/activate
- python manage.py shell_plus --settings=mbf.settings.andi
focus: true
- commands:
- git fetch
- git status
- commands:
- source ~/.virtualenvs/spots/bin/activate
- python manage.py runserver --settings=mbf.settings.andi
focus: true
- name: frontend
root: ~/mbf/www/static
layout: main-vertical
panes:
- commands:
- cd js
- tree
focus: true
- commands:
- coffee -o js/ -cw coffee/
- commands:
- sass --watch styles:css
- name: databases
root: ~/mbf
layout: main-vertical
panes:
- commands:
- psql
- commands:
- mongod
- commands:
- mongo
focus: true