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

Forgot to actually add files.

git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@191 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2006-12-04 00:06:39 +00:00
parent d10b74e7e9
commit b1ae8dc102
2 changed files with 6 additions and 0 deletions

3
lib/haml.rb Normal file
View file

@ -0,0 +1,3 @@
dir = File.dirname(__FILE__)
$LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
require 'haml/engine'

3
lib/sass.rb Normal file
View file

@ -0,0 +1,3 @@
dir = File.dirname(__FILE__)
$LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
require 'sass/engine'