damdiginess / spree_bs_theme

WIP - everything might change.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUMMARY

Rails BootStrap Theme is a specific theme for Spree Commerce.

This theme also currently supports (and will restyle the following extensions if installed):

INSTALLATION

Add the following line to your Gemfile:

gem 'spree_bs_theme', :git => 'git://github.com/damianogiacomello/spree_bs_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)

Run bunlder:

$ bundle install

Install assets:

$ rails g spree_bs_theme:install

Optional: Clear out precompiled assets (required for install in sandbox):

$ rake assets:clean

About

WIP - everything might change.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 92.9%Language:JavaScript 7.1%