-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
8,499 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FoodsoftShop | ||
============ | ||
|
||
Replaces the Foodsoft member ordering screens with a single web application, | ||
[foodsoft-shop](https://github.com/foodcoops/foodsoft-shop). | ||
|
||
Enable it from the configuration screen, or set the foodcoop config option | ||
`use_foodsoft_shop` to `true`. |
77 changes: 77 additions & 0 deletions
77
plugins/shop/app/assets/javascripts/foodsoft_shop/bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
plugins/shop/app/assets/stylesheets/foodsoft_shop/application.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* | ||
*= require glyphicons | ||
*= require foodsoft_shop/bootstrap | ||
*= require foodsoft_shop/famfamfam-flags | ||
*/ |
Oops, something went wrong.