Skip to content

Commit eea4b47

Browse files
committed
Dropping the Haml::Engine class
1 parent b544d7a commit eea4b47

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

config.ru

-10
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ require 'compass'
1212
# The project root directory
1313
root = ::File.dirname(__FILE__)
1414

15-
# Set the haml options
16-
# http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options
17-
# class Haml::Engine
18-
# alias old_initialize initialize
19-
# def initialize(lines, options)
20-
# options.update(:format => :html5)
21-
# old_initialize(lines, options)
22-
# end
23-
# end
24-
2515
# Compass
2616
Compass.add_project_configuration(root + '/config.rb')
2717
Compass.configure_sass_plugin!

0 commit comments

Comments
 (0)