A lightweight, component-based JavaScript framework from Twitter.
Official repo: https://github.com/twitter/bower
Add this line to your application's Gemfile:
gem 'flight-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install flight-rails
Remove all Sprockets directives such as //= require jquery from application.js and elsewhere. Instead establish JavaScript dependencies using AMD-style define() and require() calls.
$ requirejs-rails
$ es5-shim-rails
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request