LoginSignup
0
1

More than 5 years have passed since last update.

【Haml】

Last updated at Posted at 2019-01-14

1.Haml

HTMLより簡単に書くためのビューテンプレートエンジン
少ない努力でHTMLを買うことができる

2.HamlのGem

gem 'haml-rails'
gem 'erb2haml'   #コマンド1つでhamlに変換するためのGem

3.拡張子がerbのファイルをhamlに変換

$ rake haml:replace_erbs
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1