Commit 7929fe05 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

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

See https://git.io/vztMu and http://stackoverflow.com/a/17571242/223897

See merge request !2380
parents 3ea637ed ae7de2f8
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')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment