Merge branch 'rs-revert-revert-remove-coffee-filters' into 'master'

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

This reverts commit b0145d765b.

See merge request !2642
This commit is contained in:
Dmitriy Zaporozhets
2016-01-29 09:40:18 +00:00
+6
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')