LoginSignup
1

More than 5 years have passed since last update.

MiddlemanでLessを使う

Posted at

Gemfileファイルにless、therubyracerを追加して

gem 'less'
gem 'therubyracer'

bundleインストール

bundle

あとは、ファイル名に.lessをつけるだけ

Gemfile_-__supereigoWeb2__-_supereigoWeb2_-____Dropbox_develop_supereigoWeb2_.png

参考にしたサイト

Detecting LESS Changes with Middleman

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
1