Skip to content

Instantly share code, notes, and snippets.

@kany
Last active March 27, 2017 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kany/953b440caab4d4091787 to your computer and use it in GitHub Desktop.
Save kany/953b440caab4d4091787 to your computer and use it in GitHub Desktop.
compile '.less' files into '.css' files
gem install less --no-ri --no-rdoc
gem install therubyracer --no-ri --no-rdoc
lessc app/assets/stylesheets/less/mobile/common/core.less > app/assets/stylesheets/css/mobile/core.css
1) delete associated css file(s) for modified less file(s) from public/assets/***.css
2) bundle exec rake assets:precompile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment