register sass path

This commit is contained in:
Ben Balter 2016-03-25 14:46:00 -04:00
parent 285aa54445
commit bdaa0c3b5b
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ module Jekyll
path_for :sass
end
def configure_sass
Sass.load_paths << sass_path if sass_path
end
private
def path_for(folder)