diff --git a/bin/compass b/bin/compass index d4de4cd4..7eef5c77 100755 --- a/bin/compass +++ b/bin/compass @@ -21,6 +21,10 @@ fallback_load_path(File.join(File.dirname(__FILE__), '..', 'lib')) do require 'compass/exec' end +if defined?(Bundler) + Bundler.require :default, :assets +end + runner = Proc.new do Compass::Exec::SubCommandUI.new(ARGV).run! end