Skip to content

Instantly share code, notes, and snippets.

@studiomohawk
Created February 4, 2011 17:07
Show Gist options
  • Select an option

  • Save studiomohawk/811380 to your computer and use it in GitHub Desktop.

Select an option

Save studiomohawk/811380 to your computer and use it in GitHub Desktop.
# juicer.rake
namespace :juicer do
namespace :merge do
desc 'Merges stylesheets'
task :stylesheets do
sh 'juicer merge content/stylesheets/master.modern.css -o content/stylesheets/master.modern.min.css --document-root content --force'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment