We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b544d7a commit eea4b47Copy full SHA for eea4b47
config.ru
@@ -12,16 +12,6 @@ require 'compass'
12
# The project root directory
13
root = ::File.dirname(__FILE__)
14
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
24
-
25
# Compass
26
Compass.add_project_configuration(root + '/config.rb')
27
Compass.configure_sass_plugin!
0 commit comments