Skip to content

Instantly share code, notes, and snippets.

@andymantell
Created September 24, 2012 15:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andymantell/3776462 to your computer and use it in GitHub Desktop.
Save andymantell/3776462 to your computer and use it in GitHub Desktop.
Using Compass's callbacks to flush Drupal's cache when a stylesheet is re-compiled
on_stylesheet_saved do |filename|
system("drush cc css-js")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment