Skip to content

Commit

Permalink
Updating to use frau-publisher instead of gulp-frau-publisher.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste committed Sep 14, 2015
1 parent 14b25a6 commit 333fbd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ frau-appconfig-builder --dist|-d ./dist
+ publisher options
```

In the above example, the CLI utility will use the `envVar` to determine whether to use [frau-local-appresolver](https://github.com/Brightspace/frau-local-appresolver/blob/master/README.md) or [frau-publisher](https://github.com/Brightspace/gulp-frau-publisher/blob/master/README.md) to determine the app end-point. Therefore, the configurations for these CLI utilities are also necessary.
In the above example, the CLI utility will use the `envVar` to determine whether to use [frau-local-appresolver](https://github.com/Brightspace/frau-local-appresolver/blob/master/README.md) or [frau-publisher](https://github.com/Brightspace/frau-publisher/blob/master/README.md) to determine the app end-point. Therefore, the configurations for these CLI utilities are also necessary.

Since this utility, as well as the [frau-local-appresolver](https://github.com/Brightspace/frau-local-appresolver/blob/master/README.md) and [frau-publisher](https://github.com/Brightspace/gulp-frau-publisher/blob/master/README.md) utilities are typically used together for a FRA, it is much clearer to simply configure these options in `package.json`:
Since this utility, as well as the [frau-local-appresolver](https://github.com/Brightspace/frau-local-appresolver/blob/master/README.md) and [frau-publisher](https://github.com/Brightspace/frau-publisher/blob/master/README.md) utilities are typically used together for a FRA, it is much clearer to simply configure these options in `package.json`:

```javascript
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frau-appconfig-builder",
"version": "0.0.1",
"version": "0.0.2",
"description": "A free-range-app utility for building your FRA's appconfig.json.",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"chalk": "^1.0.0",
"frau-local-appresolver": "^0.2.0",
"gulp-frau-publisher": "^2.5.0",
"frau-publisher": "^2.5.1",
"q": "^1.4.1",
"streamifier": "^0.1.0",
"vinyl-fs": "^1.0.0",
Expand Down

0 comments on commit 333fbd9

Please sign in to comment.