Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 777 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 777 Bytes

Legacy Assets

Assets used by ChallengePost applications, ex-reimagine version 1.

Installation

Add this line to your application's Gemfile:

gem "legacy_assets, git: "[email protected]:challengepost/legacy_assets.git", branch: "master"

And then execute:

$ bundle

Usage

On your application.css, add

//= require legacy_assets

ChallengePost images are also available. To see which ones, take a look in images

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