forked from webuildsg/webuild
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
sayanee edited this page Feb 2, 2014
·
4 revisions
script wb
:
#!/bin/bash
# USAGE in the command line:
# wb
app="/Users/sayanee/Workspace/webuild/app"
open $app
subl $app
open /Applications/Tower.app
open https://github.com/sayanee/webuild/issues?state=open
open http://localhost:4000
open http://webuild.sg
tmuxinator wb
windows and pain layout with wb.yml
:
name: wb
root: /Users/sayanee/Workspace/webuild/app
windows:
- express:
layout: main-vertical
panes:
- git pull && ls
- cd public/css && sass --compass --watch style.sass:style.css --style compressed
- node app.js