79123ec998
This reverts commit b0145d765b
.
7 lines
247 B
Ruby
7 lines
247 B
Ruby
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')
|