Project

dandify

0.0
No commit activity in last 3 years
No release in over 3 years
Add dynamic styling to your store.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Dandify

Code Climate Build Status

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

  1. Fork it ( https://github.com/groundctrl/dandify/fork )
  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 a new Pull Request