diff options
author | Joris | 2017-04-04 23:40:54 +0200 |
---|---|---|
committer | Joris | 2017-04-04 23:42:42 +0200 |
commit | f6a73e5bd6a5e2d7d4eb9c8a14bdf1a0c8a4ac4c (patch) | |
tree | 184b0ef41ad60dcc9e5cc927604c031e0db81bbf /.tmuxinator.yml | |
parent | 6228c242fda7b33bc919f2a74509314d1e671d4b (diff) |
Bootstrap purescript
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml new file mode 100644 index 0000000..be3eac8 --- /dev/null +++ b/.tmuxinator.yml @@ -0,0 +1,10 @@ +name: sucre + +windows: + - main: + layout: 1074,239x57,0,0{144x57,0,0,0,94x57,145,0,2} + panes: + - # Empty + - build: + - webfsd -r public -f index.html -p 9000 + - npm install pulp && bower install && ./watch |