Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Minor grammatical correction to app-deploying-spa.md #669

Merged
merged 1 commit into from
Feb 21, 2019
Merged
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
2 changes: 1 addition & 1 deletion source/guide/app-deploying-spa.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ quasar build
```
For possible build options please refer to the [Quasar CLI docs](/guide/quasar-cli).

This command will build your project in SPA mode and output your production ready bundle to a newly created folder `/dist/spa-<theme>` were `<theme>` is replaced by the theme you chose to build with.
This command will build your project in SPA mode and output your production ready bundle to a newly created folder `/dist/spa-<theme>` where `<theme>` is replaced by the theme you chose to build with.

To serve your production files it is *required* to use a web server, so to serve over http:// protocol. Simply opening the `index.html` file from within your browser will not work, since this uses the file:// protocol instead.

Expand Down