H2ocubeRailsAssets

Just an assets collection.

Installation

Add this line to your application's Gemfile:

gem 'h2ocube_rails_assets'

And then execute:

$ bundle

Or install it yourself as:

$ gem install h2ocube_rails_assets

Usage

#=require jquery
#=require jquery.ui
#=require jquery.mobile
#=require jquery.timeago
#=require jquery.cookie
#=require jquery.validate
#=require jquery.fileupload
#=require jquery.pnotify
#=require bootstrap
#=require underscore
#=require sammy

@import jquery.ui
@import jquery.mobile
@import jquery.pnotify
@import bootstrap
@import bootstrap.responsive

Contributing

  1. Fork it
  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