Skip to content

Commit 53d8c5e

Browse files
committed
Merge pull request #5 from platanus/fix-commands-not-being-required
2 parents d619202 + 8d5a1b9 commit 53d8c5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/jekyll/compose.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ module Jekyll
44
module Compose
55
end
66
end
7+
8+
require "jekyll/commands/draft"
9+
require "jekyll/commands/post"
10+
require "jekyll/commands/publish"

0 commit comments

Comments
 (0)