Skip to content

Instantly share code, notes, and snippets.

@imeredith
Created January 26, 2017 02:35
Show Gist options
  • Select an option

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

Select an option

Save imeredith/e3f0a35e3ad504cb75cb92f2e57abff0 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
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
- shell_command:
- cd blueocean-dashboard
- npm install ../../jdl
- slink ../../jdl
- shell_command:
- cd blueocean-personalization
- npm install ../../jdl
- slink ../../jdl
- shell_command:
- cd blueocean-web
- npm install ../../jdl
- slink ../../jdl
- window_name: jdl
start_directory: jdl
layout: tiled
panes:
- shell_command:
- npm install
- gulp watch
- shell_command:
- gulp watch-styles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment