Created
June 3, 2014 00:09
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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