Skip to content

Instantly share code, notes, and snippets.

@space-pope
Created June 3, 2014 00:09
Show Gist options
  • Save space-pope/d730f54c326cfc18c1a1 to your computer and use it in GitHub Desktop.
Save space-pope/d730f54c326cfc18c1a1 to your computer and use it in GitHub Desktop.
Code samples for 2014-06-02 post - Ember, npm, and Vagrant: http://space-pope.github.io/vagrant/ember/ember-cli/2014/06/02/ember-npm-and-vagrant/
rsync -a --progress --exclude dist --exclude tmp /www/ /build-temp/<app-name>/
cd /build-temp/<app-name>
sudo -u vagrant bower install
ember build
rsync -a --progress --exclude node_modules . /www/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment