Skip to content

railsfactory/spree_odg_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published