Awesome
SUMMARY
Olive Drab Green Theme is a standalone theme for Spree Commerce version 1.1.0.
This theme is now being used as the base theme for SpreeUI demo store:
INSTALLATION
Add the following line to your Gemfile:
gem 'spree_odg_theme', :git => 'git@github.com:railsfactory/spree_odg_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 use the theme (i.e. Spree)
Run bunlder:
$ bundle install
Install assets:
$ rails g spree_odg_theme:install
Optional: Clear out precompiled assets (required for install in sandbox):
$ rake assets:clean