mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Don't require activesupport until necessary
This commit is contained in:
parent
cc3aebf5cc
commit
bbff9d822c
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
||||||
# Using a bunch of convenience methods
|
|
||||||
require "active_support"
|
|
||||||
|
|
||||||
# Setup our load paths
|
# Setup our load paths
|
||||||
libdir = File.expand_path(File.dirname(__FILE__))
|
libdir = File.expand_path(File.dirname(__FILE__))
|
||||||
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
||||||
|
|
Loading…
Reference in a new issue