/livescript-source

LiveScript compiler for Ruby.

Primary LanguageRubyMIT LicenseMIT

Livescript::Source

A fork of coffee-script-source to provide a compiler for LiveScript. This gem version is in sync with the LiveScript compiler version it provides.

Installation

Add this line to your application's Gemfile:

gem 'livescript-source'

And then execute:

$ bundle

Or install it yourself as:

$ gem install livescript-source

Usage

Use this with livescript-rails.

Contributing

  1. Fork it ( http://github.com/Roonin-mx/livescript-source/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request