Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
doc - small improvements: cordova assets & build vars
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppjo committed Aug 25, 2016
1 parent 45196de commit 7701bd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guides/build_vars.md
@@ -1,7 +1,7 @@
# Build Vars
>Inject variables into your app's Config constants at build time. For instance build numbers.
>Inject variables into your app's Config constants at build time. For instance build numbers which is essential for Continuous Integration and delivery purposes. Consult our [Continuous Integration Guide](./ci.md) for a full sample use case.
Adding the `--buildVars` flag to `gulp watch` or any gulp task that runs `gulp build` implicitly, for instance:
Adding the `--buildVars` flag to `gulp watch`, `gulp build` or any gulp task that runs `gulp build` implicitly, for instance:
```sh
gulp watch --buildVars="build:12343,key:value"
```
Expand Down
6 changes: 4 additions & 2 deletions docs/guides/icons_splash_screens.md
Expand Up @@ -8,11 +8,13 @@ For your convenience, Generator-M-Ionic provides a `res/` folder to put in the i
```
res/
|- android/
| current/
| default/
| ....
| set1/
|- ios/
| current/
| default/
| ....
| set1/
```

The Generator-M-Ionic also creates a couple of files and folders. Initially a folder for the android and ios resources with some more example files in them.
Expand Down

0 comments on commit 7701bd5

Please sign in to comment.