Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ You can also specify the port (default is 4200):
```
ember serve --port 8088
```

See `ember help` for more.

### Disabling FastBoot with `ember serve`
Expand Down Expand Up @@ -595,6 +594,10 @@ are using any versions between v8.0 and v8.4 we would recommend upgrading to at
For any versions prior to 6.4 the previous version of this documentation is still valid.
Please follow those instructions [here](https://github.com/ember-fastboot/ember-cli-fastboot/tree/v1.0.4#developer-tools)

### Service Workers

[Service workers](https://developers.google.com/web/fundamentals/primers/service-workers/) should be [disabled](https://github.com/ember-fastboot/ember-cli-fastboot/issues/572#issuecomment-364468056) for development builds, otherwise your app may not be served via FastBoot. Instructions on how to do this for [ember-service-worker](http://ember-service-worker.com/) can be found [here](http://ember-service-worker.com/documentation/configuration/#disabling-the-service-worker).

## Tests

Run the automated tests by running `npm test`.
Expand Down