Adds Santas hat to page logo
Add this line to your application's Gemfile:
gem 'christmasify', git: 'https://github.com/liepa/christmasify.git'
And then execute:
$ bundle
Or install it yourself as:
$ gem install christmasify
The christmasify file will be added to the asset pipeline and available for you to use. If they're not already in app/assets/javascripts/application.js
by default, add these lines:
application.js:
//= require christmasify
application.css
*= require christmasify
- Fork it ( http://github.com/liepa/christmasify/fork )
- 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