Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created February 10, 2015 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abuiles/187f2ab09953ac66ea00 to your computer and use it in GitHub Desktop.
Save abuiles/187f2ab09953ac66ea00 to your computer and use it in GitHub Desktop.
nvm install 0.10.35
nvm use 0.10.35
npm cache clear
npm install
npm install -g bower
npm install -g grunt-cli
bower install
# on deploy
ember build --environment production
ember deploy:assets --environment=production
grunt deploy-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment