Skip to content

Commit

Permalink
Tweak wording on --no-html CLI help and update CHANGES
Browse files Browse the repository at this point in the history
Closes #278
  • Loading branch information
insin committed May 31, 2017
1 parent 0f2de66 commit f74a51b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- `devServer.historyApiFallback.disableDotRule` can be enabled if you need to use dots in your path when using the HTML5 History API
- `devServer.https` can be used to enable HTTPS
- `devServer.proxy` can be used to proxy certain URLs to a separate API backend development server
- Added a `--no-html` flag to disable creation of an `index.html` file if you don't need one (e.g. you're serving your built apps via another means) [[#278](https://github.com/insin/nwb/issues/278)] [[bwendt-mylo][bwendt-mylo]]

**Dependencies:**

Expand Down Expand Up @@ -1465,6 +1466,7 @@ These are being scoped to both make use of unreleased features and to test them
First 0.x release.

[balazs4]: https://github.com/balazs4
[bwendt-mylo]: https://github.com/bwendt-mylo
[grahamlyus]: https://github.com/grahamlyus
[jihchi]: https://github.com/jihchi
[michaelsbradleyjr]: https://github.com/michaelsbradleyjr
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Generic project development commands:
Clean and build the project.
Options:
${opt('--no-html')} disable creation of default '.html' configuration
${opt('--no-html')} disable creation of an index.html if you don't need it
${opt('--no-vendor')} disable creation of 'vendor' bundle for node_modules/ modules
${cmd('nwb clean')}
Expand Down

0 comments on commit f74a51b

Please sign in to comment.