Skip to content

Instantly share code, notes, and snippets.

@Dirrk
Created January 9, 2016 17:31
Show Gist options
  • Save Dirrk/51abc01ce05fddeefaa4 to your computer and use it in GitHub Desktop.
Save Dirrk/51abc01ce05fddeefaa4 to your computer and use it in GitHub Desktop.
npm install
rm -rf build
mkdir -p build/src
rsync -av . build/src --exclude .git --exclude scripts
cp -R scripts/ build/
cd build
mv src/appspec.yml ./appspec.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment