Dandify
Dandify is not a theme. It is a theme helper that allows you to quickly apply versioned frontend style changes from the Spree admin. Dandify only works with stylesheets. Dandify is best used in conjunction with Shopping Mall.
More information at http://groundctrl.github.io/dandify
Installation
Gem
Add the following to your Gemfile:
gem 'dandify', '~> 3.0.0'
If you are not on the lastest version of Spree you can specify a branch
gem 'dandify', github: 'groundctrl/dandify', branch: '2-4-stable'
Generators
Run the bundle command to install it:
bundle install
After installing Dandify you'll need to run the generator:
bundle exec rails g dandify:install
This will run migrations as well as install the styles for the admin.
Testing
Generate a dummy application
bundle exec rake test_app
Running tests
bundle exec rake spec
Contributing
- Fork it ( https://github.com/groundctrl/dandify/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 a new Pull Request