Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Created February 6, 2009 01:06
Show Gist options
  • Save chriseppstein/59147 to your computer and use it in GitHub Desktop.
Save chriseppstein/59147 to your computer and use it in GitHub Desktop.
namespace :sass do
desc 'Updates stylesheets if necessary from their Sass templates.'
task :update => :environment do
Sass::Plugin.update_stylesheets
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment