Created
October 4, 2014 14:59
-
-
Save kamatari/da96c7fc58f6b6985694 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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