Skip to content

Instantly share code, notes, and snippets.

@citrusui
Last active October 17, 2016 20:50
Show Gist options
  • Save citrusui/d1d4c41882cf284e7074025b99d664f6 to your computer and use it in GitHub Desktop.
Save citrusui/d1d4c41882cf284e7074025b99d664f6 to your computer and use it in GitHub Desktop.
#!/bin/bash
### run.sh - citrusui CSS
git clone [email protected]:ce3564c1de08d12b56bf
git clone [email protected]:twbs/bootstrap-sass
cd ce3564c1de08d12b56bf
git pull
cd ..
cd bootstrap-sass
git pull
cd ..
cd bootstrap-sass/assets/stylesheets
cp ../../../ce3564c1de08d12b56bf/_variables.scss bootstrap
gem update
gem install sass
sass _bootstrap.scss -t compressed bootstrap.min.css
mv bootstrap.min.css ../../..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment