Skip to content

Instantly share code, notes, and snippets.

@ncimino
Created September 6, 2012 04:30
Show Gist options
  • Save ncimino/3651252 to your computer and use it in GitHub Desktop.
Save ncimino/3651252 to your computer and use it in GitHub Desktop.
Add blueprint css to a ruby project
#!/bin/sh
# expects:
# add_bp_css.sh my_rails_project
pushd ${HOME}
git clone git@github.com:joshuaclayton/blueprint-css
cd blueprint-css/lib
sudo bundle install --without test
ruby compress.rb -o ${HOME}/$1/app/assets/stylesheets
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment