Sha256: 273b76d4e0185693425a69a77f3d7b839eef50c6d18ed347c51f216284b112ea
Contents?: true
Size: 630 Bytes
Versions: 2
Compression:
Stored size: 630 Bytes
Contents
# momentjs-middleman Moment for Middleman! ## Installation Add this line to your application's Gemfile: gem 'momentjs-middleman' And then execute: $ bundle ## Usage Add these lines to your javascript: ```js //= require moment ``` You can also add location files: ```js //= require moment/<locale>.js ``` ## Contributing 1. Fork it ( http://github.com/<my-github-username>/momentjs-middleman/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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
momentjs-middleman-2.13.0 | README.md |
momentjs-middleman-2.6.1 | README.md |