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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ ember install ember-cli-fastboot
33
33
*`ember fastboot --serve-assets`
34
34
* Visit your app at `http://localhost:3000`.
35
35
36
+
**Note**: If your app is running ember-cli v2.12.0-beta.1+, you can just use `ember serve` instead of `ember fastboot --serve-assets`.
37
+
36
38
You may be shocked to learn that minified code runs faster in Node than
37
39
non-minified code, so you will probably want to run the production
38
40
environment build for anything "serious."
@@ -381,7 +383,7 @@ present.
381
383
382
384
### Prototype extensions
383
385
384
-
Prototype extensions do not currently work across node "realms." Fastboot
386
+
Prototype extensions do not currently work across node "realms." Fastboot
385
387
applications operate in two realms, a normal node environment and a [virtual machine](https://nodejs.org/api/vm.html). Passing objects that originated from the normal realm will not contain the extension methods
386
388
inside of the sandbox environment. For this reason, it's encouraged to [disable prototype extensions](https://guides.emberjs.com/v2.4.0/configuring-ember/disabling-prototype-extensions/).
0 commit comments