Skip to content

damdiginess/spree_bs_theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.9%
  • JavaScript 7.1%