Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanvermaas/zepto-for-rails

Provides zepto.js for the Ruby on Rails asset pipeline.
https://github.com/stefanvermaas/zepto-for-rails

rails ruby

Last synced: 3 months ago
JSON representation

Provides zepto.js for the Ruby on Rails asset pipeline.

Awesome Lists containing this project

README

        

# zepto-for-rails [![Gem Version](https://badge.fury.io/rb/zepto-for-rails.png)](http://badge.fury.io/rb/zepto-for-rails)
Zepto for the Rails asset pipeline. This gem provides Zepto 1.2.0

## Installation
Add zepto-for-rails to the Gemfile.

```
gem 'zepto-for-rails'
```

And run `bundle install`. Then add this line to your `app/assets/javascripts/application.js`:

```
//= require zepto
```