From b1ae8dc10279377222bbf9424ebf0ade68ed0b7f Mon Sep 17 00:00:00 2001 From: nex3 Date: Mon, 4 Dec 2006 00:06:39 +0000 Subject: [PATCH] Forgot to actually add files. git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@191 7063305b-7217-0410-af8c-cdc13e5119b9 --- lib/haml.rb | 3 +++ lib/sass.rb | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 lib/haml.rb create mode 100644 lib/sass.rb diff --git a/lib/haml.rb b/lib/haml.rb new file mode 100644 index 00000000..2c5fcf23 --- /dev/null +++ b/lib/haml.rb @@ -0,0 +1,3 @@ +dir = File.dirname(__FILE__) +$LOAD_PATH << dir unless $LOAD_PATH.include?(dir) +require 'haml/engine' diff --git a/lib/sass.rb b/lib/sass.rb new file mode 100644 index 00000000..f173f4e9 --- /dev/null +++ b/lib/sass.rb @@ -0,0 +1,3 @@ +dir = File.dirname(__FILE__) +$LOAD_PATH << dir unless $LOAD_PATH.include?(dir) +require 'sass/engine'