android.moparisthebest.org/lib/octopress.rb

8 lines
163 B
Ruby
Raw Normal View History

$:.unshift File.dirname(__FILE__) # For use/testing when no gem is installed
module Octopress
end
require "octopress/core_ext"
require "octopress/configuration"