Skip to content

heavenstudio/boconnect_theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUMMARY

BoCONNECT Theme is a standalone theme for Spree Commerce version used in http://boconnect.com.br, based on the original Spree Blue Theme.

INSTALLATION

  1. Add the following line to your Gemfile:

    gem 'boconnect_theme', :git => 'git://github.com/heavenstudio/boconnect_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

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%