Created
August 14, 2016 23:26
-
-
Save imeredith/af5487af628d187d16be61548243a1c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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