Skip to content
sayanee edited this page Dec 22, 2013 · 2 revisions

the startup script runs this file blog.yml with the command tmuxinator blog:

name: blog
root: /Users/sayanee/Sites/blog/app
windows:
  - frontend:
      layout: main-vertical
      panes:
        - ls
        - jekyll serve
        - sass --compass --watch sass/app.sass:app.css --style expanded

Clone this wiki locally