1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[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

@ -0,0 +1 @@
Subproject commit ddfd09d76c4a67e20b217db29d285f638ca5b41d