Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stefanvermaas/zepto-for-rails
- Owner: stefanvermaas
- Created: 2013-12-13T18:22:41.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T16:44:27.000Z (about 3 years ago)
- Last Synced: 2024-10-28T05:21:55.446Z (4 months ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 98.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```