LoginSignup
0
0

More than 3 years have passed since last update.

[Ruby on Rails]Slim化のgemは何を用いるのか

Last updated at Posted at 2020-01-02

備忘録として。
以下の2つのgemを用いるようです。

gem 'slim-rails'
gem 'html2slim'

$ bundle install
$ bundle exec erb2slim

コマンドで実際にデフォルトのERBからSlim化を行います。

0
0
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
0