Skip to content

Instantly share code, notes, and snippets.

@homleen
Created June 15, 2013 15:12
Show Gist options
  • Save homleen/5788446 to your computer and use it in GitHub Desktop.
Save homleen/5788446 to your computer and use it in GitHub Desktop.
compress css
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