Revert "Remove the :coffee and :coffeescript Haml filters"

This reverts commit ae7de2f851.
This commit is contained in:
Robert Speicher 2016-01-12 16:30:38 -05:00
parent 5c874f06fc
commit b0145d765b

View file

@ -1,7 +1 @@
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')