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
// ## Server add-ons for front-end developers ## | |
// Great overview of how to use webpack and the latest front end tools in a P2 plugin | |
"https://youtu.be/2yf-TzKerVQ?t=9m4s" | |
// Example repo from Easy Agile to share UI code for Cloud and Server | |
"https://bitbucket.org/arijea/simultaneous/src/master/" | |
// Developing a JIRA add-on like it's 2016 | |
// A great blog post outling how to build for both Jira Cloud and Server | |
"https://developer.atlassian.com/blog/2016/06/jira-add-on-dev-2016-part-1/" |
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
container_commands: | |
passenger-config: | |
command: "/bin/bash .ebextensions/spawn-method-conservative.sh" |