Skip to content

Instantly share code, notes, and snippets.

@goosys
Created July 26, 2023 06:18
Show Gist options
  • Save goosys/4b1d80f76574907fcea8b8b00adf97c5 to your computer and use it in GitHub Desktop.
Save goosys/4b1d80f76574907fcea8b8b00adf97c5 to your computer and use it in GitHub Desktop.
module Tilt::SassTemplatePatch
def sass_options
super.delete(:cache)
end
end
Tilt::SassTemplate.prepend(Tilt::SassTemplatePatch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment