desc"Update stylesheets"task:cssdoraise"### You haven't set anything up yet. First run `rake install` to set up an Octopress theme."unlessFile.directory?(source_dir)puts"## Update stylesheets"system"compass compile --css-dir #{source_dir}/stylesheets"cp_r"#{source_dir}/stylesheets/.","#{public_dir}/stylesheets/"end