Sha256: 3ab521a1c49cba46d69eade75b74bec48e66a214195563ffe026cddecb348bd3

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

# Pace::Rails

TODO: Write a gem description

## Rails 4+

Include pace-rails in Gemfile:

    gem 'pace-rails'

or you can install from latest build:

    gem 'pace-rails', git: 'git@github.com:drkyro/pace-rails.git'

## Usage

app/assets/javascripts/application.js

	//= require pace/pace

Pace supports a few themes.

app/assets/stylesheets/application.css

	*= require pace/
	// or

You may need to restart your rails server.

## 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pace-rails-0.0.3 README.md