Skip to content

Instantly share code, notes, and snippets.

@HeroicEric
Last active August 29, 2015 14:13
Show Gist options
  • Save HeroicEric/2a22944ce48ca3aabc6a to your computer and use it in GitHub Desktop.
Save HeroicEric/2a22944ce48ca3aabc6a to your computer and use it in GitHub Desktop.
general:
build_dir: rails
dependencies:
post:
- cd ../ember && npm install
- cd ../ember && bower install
cache_directories:
- "../ember/node_modules"
- "../ember/bower_components"
test:
post:
- cd ../ember && ./node_modules/.bin/ember test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment