Use HAML ugly mode in production

This commit is contained in:
Jamie Wilkinson 2010-11-27 14:22:38 -08:00
parent 8e2c74bdd2
commit 0906f38f6d

View file

@ -48,3 +48,6 @@ Diaspora::Application.configure do
config.i18n.fallbacks = true
config.threadsafe!
end
# Sacrifice readability for a 10% performance boost
Haml::Template::options[:ugly] = true