mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-04 03:35:25 -05:00
.sass-cache doesn't *always* land in options['source'] (#6500)
Merge pull request 6500
This commit is contained in:
committed by
jekyllbot
parent
2023b44f2e
commit
f72e2ccaa6
@@ -22,7 +22,7 @@ module Jekyll
|
||||
options = configuration_from_options(options)
|
||||
destination = options["destination"]
|
||||
metadata_file = File.join(options["source"], ".jekyll-metadata")
|
||||
sass_cache = File.join(options["source"], ".sass-cache")
|
||||
sass_cache = ".sass-cache"
|
||||
|
||||
remove(destination, :checker_func => :directory?)
|
||||
remove(metadata_file, :checker_func => :file?)
|
||||
|
||||
Reference in New Issue
Block a user