Sha256: e8c4482187f2f873e5b3022abaff0edc16dd65f986f19a85cf5e93af0e985e4c

Contents?: true

Size: 909 Bytes

Versions: 18

Compression:

Stored size: 909 Bytes

Contents

# MathquillSwiftCalcsRails

A custom mathquill build used for my own purposes.

## Installation

This gem requires the asset pipeline...I've only tested it on Rails 4+, but it should work on 3.1+ as well.

Add this line to your application's Gemfile:

```ruby
gem 'mathquill_swiftcalcs_rails'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install mathquill_swiftcalcs_rails

## Usage - All Pages

Add the following directive to your Javascript manifest file (application.js):

    //= require mathquill

Add the following directive to your Stylesheet manifest file (application.css):

    *= require mathquill

## Usage - Specific Pages

Add the following to the head portion of any pages you want to include mathquill:

    javascript_include_tag "mathquill"

Add the following to the head portion of any pages you want to include mathquill:

    stylesheet_link_tag "mathquill"

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
mathquill_swiftcalcs_rails-0.9.3.1110 README.md
mathquill_swiftcalcs_rails-0.9.3.119 README.md
mathquill_swiftcalcs_rails-0.9.3.118 README.md
mathquill_swiftcalcs_rails-0.9.3.117 README.md
mathquill_swiftcalcs_rails-0.9.3.116 README.md
mathquill_swiftcalcs_rails-0.9.3.115 README.md
mathquill_swiftcalcs_rails-0.9.3.114 README.md
mathquill_swiftcalcs_rails-0.9.3.113 README.md
mathquill_swiftcalcs_rails-0.9.3.112 README.md
mathquill_swiftcalcs_rails-0.9.3.111 README.md
mathquill_swiftcalcs_rails-0.9.3.110 README.md
mathquill_swiftcalcs_rails-0.9.3.19 README.md
mathquill_swiftcalcs_rails-0.9.3.18 README.md
mathquill_swiftcalcs_rails-0.9.3.17 README.md
mathquill_swiftcalcs_rails-0.9.3.16 README.md
mathquill_swiftcalcs_rails-0.9.3.15 README.md
mathquill_swiftcalcs_rails-0.9.3.14 README.md
mathquill_swiftcalcs_rails-0.9.3.13 README.md