Skip to content

Instantly share code, notes, and snippets.

@arodbits
Created August 18, 2017 17:56
Show Gist options
  • Save arodbits/6076e11a074aeb97670dc3eff818f76a to your computer and use it in GitHub Desktop.
Save arodbits/6076e11a074aeb97670dc3eff818f76a to your computer and use it in GitHub Desktop.
Build local ember files
#Alias for building local ember files.
alias ebl=""RETURNDIR=$PWD && cd /Users/anthonyrodriguez/code/sportsrecruits/local-site/www/sportsrecruits/htdocs/ember_app && ember build --output-path=dist-local --environment=local && cd $RETURNDIR"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment