Skip to content

Instantly share code, notes, and snippets.

@anhldbk
Created November 4, 2014 03:20
Show Gist options
  • Save anhldbk/02a67f444608f1bed9bc to your computer and use it in GitHub Desktop.
Save anhldbk/02a67f444608f1bed9bc to your computer and use it in GitHub Desktop.
install less compiler with yum
$ sudo yum install rubygems
$ sudo yum install gcc-c++
$ sudo yum install ruby-devel
$ sudo gem install less
$ sudo gem install therubyracer
$ lessc yourLessFile.less > yourCssFile.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment