runcoderun
This commit is contained in:
parent
d916b91d2b
commit
aa5a3d5918
2741 changed files with 259502 additions and 9 deletions
2
lib/middleman.rb
Normal file → Executable file
2
lib/middleman.rb
Normal file → Executable file
|
@ -1,4 +1,6 @@
|
|||
libdir = File.dirname(__FILE__)
|
||||
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
||||
|
||||
# Bundler
|
||||
#require File.join(File.dirname(libdir), "vendor", "gems", "environment") if ENV["RUN_CODE_RUN"]
|
||||
require 'middleman/base'
|
Loading…
Add table
Add a link
Reference in a new issue