Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.47 KB

SUMMARY

Rails Dog Radio Theme is a standalone theme for Spree Commerce version 0.70.0 or later.

This theme is now being used as the base theme for Spree demo store:

This theme also currently supports (and will restyle the following extensions if installed):

INSTALLATION

Add the following line to your Gemfile:

gem 'spree_rdr_theme', :git => 'git://github.com/spree/spree_rdr_theme.git'

NOTE: It's important that you add this line at the bottom of the Gemfile, or at least AFTER any other extension/engine/gem that you'd like to theme (i.e. Spree)

Run bunlder:

$ bundle install

Install assets:

$ rails g spree_rdr_theme:install

Optional: Clear out precompiled assets (required for install in sandbox):

$ rake assets:clean