Skip to content

Commit

Permalink
explicitly require the generator
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Sep 14, 2016
1 parent 6f998d1 commit f536ac7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/jekyll-optional-front-matter.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "jekyll"
require "jekyll-optional-front-matter/generator"

module JekyllOptionalFrontMatter
# Case-insensitive array of filenames to exclude. All files must first
Expand All @@ -14,6 +15,4 @@ module JekyllOptionalFrontMatter
ISSUE_TEMPLATE
PULL_REQUEST_TEMPLATE
).freeze

autoload :Generator, "jekyll-optional-front-matter/generator"
end

0 comments on commit f536ac7

Please sign in to comment.