Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Add fxa-relier-client 0.0.8 to script tag
Browse files Browse the repository at this point in the history
This is hopefully temporary until we can wedge it into
our webpack bundle.
See mozilla/fxa-relier-client#68
  • Loading branch information
kumar303 committed Jul 24, 2015
1 parent 4dee735 commit 194d2e4
Show file tree
Hide file tree
Showing 7 changed files with 3,057 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "public/bower_components/"
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ JS libs are committed from `node_modules` as webpack knows how to find deps in
Whilst this creates noise it does help ensure deps in the browser
are identical and can't get mangled by a broken deps installation.

#### dealing with bower

Unfortunately some deps only work with bower. For these cases, make sure
`bower.json` has the package name and version, run `bower install`, and
commit the distributed files to `public/bower_components`. Hopefully these
cases will be rare.

### Watching for file changes in development.

If you're using [payments-env](https://github.com/mozilla/payments-env/)
Expand Down
6 changes: 6 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "moz-payments-ui",
"dependencies": {
"fxa-relier-client": "https://github.com/mozilla/fxa-relier-client.git#0.0.8"
}
}
Loading

0 comments on commit 194d2e4

Please sign in to comment.