Assets used by ChallengePost applications, ex-reimagine version 1.
Add this line to your application's Gemfile:
gem "legacy_assets, git: "[email protected]:challengepost/legacy_assets.git", branch: "master"
And then execute:
$ bundle
On your application.css
, add
//= require legacy_assets
ChallengePost images are also available. To see which ones, take a look in images
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am "Add some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request