[Sass] Vendor FSSM as a submodule.

This commit is contained in:
Nathan Weizenbaum
2010-01-16 15:22:52 -08:00
parent 7861b24690
commit d9b34bd2e4
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "test/haml/spec"]
path = test/haml/spec
url = git://github.com/norman/haml-spec.git
[submodule "vendor/fssm"]
path = vendor/fssm
url = git://github.com/ttilley/fssm

View File

@@ -20,5 +20,9 @@ module Sass
end
require 'haml/util'
dir = Haml::Util.scope("vendor/fssm/lib")
$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
require 'sass/engine'
require 'sass/plugin' if defined?(Merb::Plugins)

1
vendor/fssm vendored Submodule

Submodule vendor/fssm added at ddfd09d76c