Skip to content

Instantly share code, notes, and snippets.

@kamatari
Created October 4, 2014 14:59
Show Gist options
  • Save kamatari/da96c7fc58f6b6985694 to your computer and use it in GitHub Desktop.
Save kamatari/da96c7fc58f6b6985694 to your computer and use it in GitHub Desktop.
@@ -175,7 +175,7 @@ end
desc "Clean out caches: .pygments-cache, .gist-cache, .sass-cache"
task :clean do
- rm_rf [".pygments-cache/**", ".gist-cache/**", ".sass-cache/**", "source/stylesheets/screen.css"]
+ rm_rf [Dir.glob(".pygments-cache/**"), Dir.glob(".gist-cache/**"), Dir.glob(".sass-cache/**"), "source/stylesheets/screen.css"]
end
desc "Move sass to sass.old, install sass theme updates, replace sass/custom with sass.old/custom"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment