Created
June 15, 2013 15:12
-
-
Save homleen/5788446 to your computer and use it in GitHub Desktop.
compress css
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
CHECK=✔ | |
HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# | |
build: | |
@echo "${HR}" | |
@echo "Building Up..." | |
@echo "${HR}" | |
@cat css/{bootstrap,custom,bootstrap-responsive,font-awesome}.css > css/up.css | |
@recess --compress css/up.css > css/up.min.css | |
@echo "Compressing CSS with Recess... ${CHECK} Done" | |
@echo "${HR}" | |
@echo "Up successfully built." | |
@echo "${HR}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment