Skip to content

Instantly share code, notes, and snippets.

@imeredith
Created August 14, 2016 23:26
Show Gist options
  • Select an option

  • Save imeredith/af5487af628d187d16be61548243a1c9 to your computer and use it in GitHub Desktop.

Select an option

Save imeredith/af5487af628d187d16be61548243a1c9 to your computer and use it in GitHub Desktop.
session_name: dev
start_directory: ~/w/b/
windows:
- window_name: top-level
start_directory: blue
panes:
- pane
- window_name: plugin
start_directory: blue/blueocean-plugin
panes:
- pane
- window_name: gulp
start_directory: blue
layout: tiled
panes:
- shell_command:
- cd blueocean-dashboard
- npm run bundle:watch
- shell_command:
- cd blueocean-personalization
- npm run bundle:watch
- shell_command:
- cd blueocean-web
- npm run bundle:watch
- shell_command:
- cd blueocean-core-js
- gulp watch
- window_name: slink
start_directory: blue
layout: tiled
panes:
- shell_command:
- cd blueocean-dashboard
- npm install ../blueocean-core-js
- slink ../blueocean-core-js
- shell_command:
- cd blueocean-personalization
- npm install ../blueocean-core-js
- slink ../blueocean-core-js
- shell_command:
- cd blueocean-web
- npm install ../blueocean-core-js
- slink ../blueocean-core-js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment