1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/lib/sass.rb
Nathan Weizenbaum 9bf8c1644f Bring back the shims under lib/sass.
These were accidentally nuked during the merge with master.
2010-10-11 20:27:16 -07:00

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