Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 736 Bytes

Readme.md

File metadata and controls

33 lines (20 loc) · 736 Bytes

underscorejs-rb

A gem to easily integrate underscorejs with the rails 6.1+ asset pipeline.

Currently this gem brings support for underscorejs v0.5.16.

Installation

First add the following lines to your applications Gemfile:

gem 'underscorejs-rb'

Run bundle install.

Add the following lines to app/assets/javascripts/application.js:

//= require underscorejs

Usage & documentation

Please refer to https://underscorejs.org/ for all the details on how to use.

Credits

  • underscorejs-rb is (c) Copyright Gajendra Jena
  • This gem is maintained by @gajendrajena