**DEPRECATED - Needs Updates** Example site that sells products with Mozilla's payment system
Перейти к файлу
Stuart Colville 2343852eb0 Merge pull request #31 from muffinresearch/bump-payments-client
Update payments client to 0.0.11
2015-08-28 16:21:06 +01:00
public Update payments client to 0.0.11 2015-08-28 16:16:50 +01:00
tasks Display products using the config (fixes #18) 2015-06-11 17:22:51 -05:00
.eslintrc Add fxa for aws 2015-05-29 16:36:32 +01:00
.gitignore Re-organize lib files layout and add payments-client 2015-05-27 16:11:47 +01:00
Dockerfile FETCH_HEAD doesn't exist on a clone 2015-07-07 10:48:54 -07:00
Gruntfile.js Re-organize lib files layout and add payments-client 2015-05-27 16:11:47 +01:00
README.md Display products using the config (fixes #18) 2015-06-11 17:22:51 -05:00
bower.json Re-organize lib files layout and add payments-client 2015-05-27 16:11:47 +01:00
favicon.ico make our home page a bit prettier 2015-08-11 14:45:39 -07:00
package.json Update payments client to 0.0.11 2015-08-28 16:16:50 +01:00

README.md

This is an example site that sells products with Mozilla's payment system.

The deps are committed to the tree so all you should need is to checkout this branch.

Adding deps

Deps are installed via bower or npm. Where possible use npm.

By default node_modules and bower_components are ignored. If you've added a new dependency update the grunt copy task to copy the new lib files into place and commit them.

Updating existing deps.

Use the grunt tasks to clean and copy the lib files.

npm install
bower install
grunt clean copy