Merge branch 'hamlit-test' into 'master'
Replace Haml with Hamlit
What this change does:
- It replaces HAML with [Hamlit](https://github.com/k0kubun/hamlit), a much more efficient implementation of HAML.
- It removes `haml-rails`.
- It adds `hamlit.rb` and removes `haml.rb`.
- It makes things faster and less memory-hungry!
See also #13201.
See merge request !3666
Showing
... | ... | @@ -76,7 +76,7 @@ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' |
gem "kaminari", "~> 0.17.0" | ||
# HAML | ||
gem "haml-rails", '~> 0.9.0' | ||
gem 'hamlit', '~> 2.5' | ||
# Files attachments | ||
gem "carrierwave", '~> 0.10.0' | ||
... | ... |
config/initializers/haml.rb
deleted
100644 → 0
config/initializers/hamlit.rb
0 → 100644
Please
register
or
sign in
to comment