2013-05-14 15:17:46 -04:00
|
|
|
Haml::Template.options[:ugly] = true
|
2016-01-28 14:29:09 -05:00
|
|
|
|
|
|
|
# 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')
|