Last active
October 17, 2016 20:50
-
-
Save citrusui/d1d4c41882cf284e7074025b99d664f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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