Skip to content

Instantly share code, notes, and snippets.

@johnnypez
Created March 7, 2012 13:28
Show Gist options
  • Save johnnypez/1993116 to your computer and use it in GitHub Desktop.
Save johnnypez/1993116 to your computer and use it in GitHub Desktop.
put this in your .profile and be happy
function rap {
if [ "$1x" = "x" ]; then
echo "rap - shortcut to rake assets:precompile"
echo " usage rap [rails env]"
else
rake assets:clean assets:precompile RAILS_ENV=$1
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment