Created
January 26, 2017 02:35
-
-
Save imeredith/e3f0a35e3ad504cb75cb92f2e57abff0 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 | |
| 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