mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 16:58:01 -05:00
Does not allow caching.
This was done to prevent putting the .sass-cache folder in bad places. Needed? cc @benbalter.
This commit is contained in:
@@ -85,6 +85,10 @@ CSS
|
||||
should "override user-set syntax based on content" do
|
||||
assert_equal :sass, converter({"syntax" => :scss}).sass_configs(sass_content)[:syntax]
|
||||
end
|
||||
|
||||
should "override user-set cache setting" do
|
||||
assert_equal false, converter("cache" => true).sass_configs[:cache]
|
||||
end
|
||||
end
|
||||
|
||||
context "converting sass" do
|
||||
|
||||
Reference in New Issue
Block a user