Sha256: 0f3d65fa4fef1265e688d44928ef3ed7fd88c8a175684481e107680c1a9251f6
Contents?: true
Size: 637 Bytes
Versions: 2
Compression:
Stored size: 637 Bytes
Contents
## mootools-plus mootools-plus provides helpers and Ruby-like methods to Javascript MooTools core classes and plus. ## Installation Add the gem in your `Gemfile`: ```ruby group :assets do gem 'mootools-plus', '~> 0.1.0' end ``` Then `bundle install` it. Add mootools-plus to the asset pipeline: ```javascript //= require mootools-plus/logger //= require mootools-plus/array //= require mootools-plus/element ``` Enjoy! ## Documentation * [Native elements](https://github.com/caedes/mootools-plus/wiki/Native-elements) * [Logger](https://github.com/caedes/mootools-plus/wiki/Logger) ## License This project uses MIT-LICENSE.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mootools-plus-0.1.4 | README.md |
mootools-plus-0.1.3 | README.md |