Skip to content

Instantly share code, notes, and snippets.

@timclipsham
timclipsham / server-and-cloud-app-resources.js
Created August 24, 2018 02:39
A bunch of useful resources to help target Atlassian Cloud and Server products with one UI code base
// ## 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/"
@timclipsham
timclipsham / environment.config
Created July 3, 2013 13:16
AWS Elastic Beanstalk Passenger (standalone) configuration change to use "--spawn-method conservative". Usage: add it to your .ebextensions directory and reference it in the container_commands section in .ebextensions/environment.config.
container_commands:
passenger-config:
command: "/bin/bash .ebextensions/spawn-method-conservative.sh"