2014-09-02 18:07:02 +05:30
|
|
|
Haml::Template.options[:ugly] = true
|
2016-04-02 18:10:28 +05:30
|
|
|
|
|
|
|
# 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')
|