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

This reverts commit b0145d765b.
This commit is contained in:
Robert Speicher 2016-01-28 14:29:09 -05:00
parent 789e048352
commit 79123ec998

View file

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