mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
9bf8c1644f
These were accidentally nuked during the merge with master.
8 lines
183 B
Ruby
8 lines
183 B
Ruby
dir = File.dirname(__FILE__)
|
|
$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
|
|
|
|
require 'haml'
|
|
|
|
unless Haml::Util.try_sass
|
|
load Haml::Util.scope('vendor/sass/lib/sass.rb')
|
|
end
|