/spree_twilight_theme

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

SUMMARY

Spree Twilight Theme is a standalone theme for Spree Commerce version 1.1.2.rc1 or later.

INSTALLATION

  1. Add the following line to your Gemfile:

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

    $ rake assets:clean