Revision b4985d1e63cc9bbbdb947f2d09b3fd97874c1e76 authored by Parker Moore on 31 January 2018, 20:32:51 UTC, committed by jekyllbot on 31 January 2018, 20:32:51 UTC
1 parent 138a12c
Raw File
jekyll.rb
# frozen_string_literal: true

Dir[File.join(File.expand_path("jekyll", __dir__), "*.rb")].each do |ruby_file|
  require ruby_file
end
back to top