Slide 29
Slide 29 text
• Sprocketsͷొ࣌ʹgreaseͰม͢Δ͚ͩ
ref. https://github.com/yasaichi/grease/blob/v0.2.0/README.md
ྫ: HamlΛv3Ҏ߱Ͱར༻͢Δ
# For v3
register_engine ".haml", Grease.apply(Tilt::HamlTemplate),
mime_type: "text/html", silence_deprecation: true
# For v4
register_mime_type "text/haml", extensions: %w(.haml)
register_transformer "text/haml", "text/html",
Grease.apply(Tilt::HamlTemplate)