From 02f99ec65c249a5d23fa63337950886757f7030d Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Tue, 14 Feb 2012 11:05:16 -0500 Subject: [PATCH] Remove old Sass readme and add new onw --HG-- branch : close_sidebar --- .DS_Store | Bin 12292 -> 12292 bytes sass/{reademe.md => README} | 9 +++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) rename sass/{reademe.md => README} (71%) diff --git a/.DS_Store b/.DS_Store index b9a409939207eb86dd2d0e8a5dbb4b906be0aec4..a511c81699e614c17125778724b428fc9f3b0606 100644 GIT binary patch delta 114 zcmZokXi1ph&&a+pU^hP_`(z%0U~eu4ABIGRBnBe}M+QBH42BYhT!x&S{Pf`D{M-Tt u2#^L+Sk>j`ySSv3mLxMUoDTcizd1@EmVGn3#5b1BYek}%Hy@B&%MSqX`5iF; delta 39 ucmZokXi1ph&&awlU^hP_>tr5*;LYm=BG@N31Z-xP_{Or?S9ZG)kOKe=^$o@V diff --git a/sass/reademe.md b/sass/README similarity index 71% rename from sass/reademe.md rename to sass/README index 4550d0c9c5..96cb2425d1 100644 --- a/sass/reademe.md +++ b/sass/README @@ -5,7 +5,12 @@ $ gem install sass We are also using Bourbon with sass. They are a generic set of mixins, and functions that allow for more rapid development of CSS3. Find out more about bourbon here: https://github.com/thoughtbot/bourbon -Then to generate Sass files cd to templates directory and watch the sass files with: +Then to generate Sass files cd to templates directory and watch the sass files for developement: + $ sass --watch sass:../static/css/ -r ./sass/bourbon/lib/bourbon.rb -This will automatically generate the CSS files on save. +To generate a compressed css file for production: + +$ sass --watch sass:../static/css/ -r ./sass/bourbon/lib/bourbon.rb --style :compressed + +These will automatically generate the CSS files on save.