You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ Just the bullet list above is a little overwhelming, and each task requires quit
33
33
Note that the [Ionic Framework's](https://github.com/driftyco/ionic) source is made up of modules and can be packaged by any bundler or build process. However, this project's goal is provide simple scripts to make building Ionic apps easier, while also allowing developers to further configure their build process.
34
34
35
35
36
-
### NPM Scripts
36
+
### npm Scripts
37
37
38
-
Instead of depending on external task runners, Ionic App Scripts now prefers being executed from [NPM scripts](https://docs.npmjs.com/misc/scripts). Ionic's NPM scripts come preconfigured within the project's `package.json` file. For example, this is the default setup for npm scripts within each starters:
38
+
Instead of depending on external task runners, Ionic App Scripts now prefers being executed from [npm scripts](https://docs.npmjs.com/misc/scripts). Ionic's npm scripts come preconfigured in the project's `package.json` file. For example, this is the default setup for npm scripts in each starter:
39
39
40
40
```
41
41
"scripts": {
@@ -53,7 +53,7 @@ npm run build
53
53
54
54
## Custom Configuration
55
55
56
-
In many cases, the defaults which Ionic provides covers most of the scenarios required by developers. However, Ionic App Scripts does provide multiple ways to configure and override the defaults for each of the various tasks. Note that Ionic will always apply its defaults for any property that was not provided by custom configuration.
56
+
In many cases, the defaults which Ionic provides cover most of the scenarios required by developers; however, Ionic App Scripts does provide multiple ways to configure and override the defaults for each of the various tasks. Note that Ionic will always apply its defaults for any property that was not provided by custom configuration.
@@ -71,7 +71,7 @@ Ionic projects use the `package.json` file for configuration. There's a handy [c
71
71
72
72
### Command-line Flags
73
73
74
-
Remember how we're actually running `ionic-app-scripts` from the `scripts` property of project's `package.json` file? Well we can also add command-line flags to each script, or make new scripts with these custom flags. For example:
74
+
Remember how we're actually running `ionic-app-scripts` from the `scripts` property of a project's `package.json` file? Well we can also add command-line flags to each script, or make new scripts with these custom flags. For example:
75
75
76
76
```
77
77
"scripts": {
@@ -138,7 +138,7 @@ Please take a look at the bottom of the [default Rollup config file](https://git
138
138
139
139
## All Available Tasks
140
140
141
-
These tasks are available within `ionic-app-scripts` and can be added to NPM scripts or any Node command.
141
+
These tasks are available within `ionic-app-scripts` and can be added to npm scripts or any Node command.
0 commit comments