Skip to content

Instantly share code, notes, and snippets.

@auchenberg
Created July 3, 2013 08:41
Show Gist options
  • Save auchenberg/5916408 to your computer and use it in GitHub Desktop.
Save auchenberg/5916408 to your computer and use it in GitHub Desktop.
Podio alisas
# Podio
alias podio='cd HOME/Podio'
alias podio-rails='podio && cd frontend-rails'
alias podio-php='podio && cd frontend-php'
alias podio-scss='sass --watch /Users/auchenberg/Podio/frontend-rails/app/assets/stylesheets:/Users/auchenberg/Podio/frontend-rails/public/stylesheets/compiled'
alias podio-shared=' podio && cd shared-assets'
alias podio-rb='podio-rails && cd vendor/podio && git pull && podio-rails'
# Rails
alias rails-debug='VERBOSE_API=1 LIVERELOAD=1 rails server thin --debugger'
alias rails-server='VERBOSE_API=1 LIVERELOAD=1 rails server thin --debugger'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment