All Projects → spree-contrib → spree_blue_theme

spree-contrib / spree_blue_theme

Licence: BSD-3-Clause license
Original Spree Blue theme (0.60.x)

Programming Languages

ruby
36898 projects - #4 most used programming language

SUMMARY

Spree Blue Theme is a standalone theme for Spree Commerce version 0.70.0 or later.

INSTALLATION

  1. Add the following line to your Gemfile:

     gem 'spree_blue_theme', :git => 'git://github.com/spree/spree_blue_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)

  1. And install:

     $ bundle install
    
  2. Optional: Clear out precompiled assets (required for install in sandbox):

     $ bundle exec rake assets:clean
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].