summaryrefslogtreecommitdiff
path: root/config/initializers/haml.rb
blob: 1516476815a56e96907396b699a59de3b2f931c4 (plain)
1
2
3
4
5
6
7
Haml::Template.options[:ugly] = true

# Remove the `:coffee` and `:coffeescript` filters
#
# See https://git.io/vztMu and http://stackoverflow.com/a/17571242/223897
Haml::Filters.remove_filter('coffee')
Haml::Filters.remove_filter('coffeescript')