Skip to content

Instantly share code, notes, and snippets.

@kerotaa
Last active December 23, 2015 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerotaa/6590457 to your computer and use it in GitHub Desktop.
Save kerotaa/6590457 to your computer and use it in GitHub Desktop.
# CSSO on stylesheet saved
on_stylesheet_saved do |filename|
if File.exists?(filename)
system("csso #{filename} #{filename}")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment