fail gracefully if "sass" gem cannot be loaded (#6573)
Merge pull request 6573
This commit is contained in:
parent
c2195b0118
commit
6b003a4438
|
@ -38,7 +38,7 @@ module Jekyll
|
|||
|
||||
def configure_sass
|
||||
return unless sass_path
|
||||
require "sass"
|
||||
Jekyll::External.require_with_graceful_fail "sass"
|
||||
Sass.load_paths << sass_path
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue