From f676fa41efef889cef52bfe86a6924a4a49a72e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 13 Jul 2015 13:20:09 -0700 Subject: [PATCH] Merge pull request #4357 from yangmillstheory/docfix Warn against JSX transform failure for non-HTTP-served JSX (cherry picked from commit e9915f07357261977fa529104341e32c0e870d91) --- docs/docs/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index f6b758643a..40049bbf9d 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -64,6 +64,8 @@ Then reference it from `helloworld.html`: ``` +Note that some browsers (Chrome, e.g.) will fail to load the file unless it's served via HTTP. + ### Offline Transform First install the command-line tools (requires [npm](https://www.npmjs.com/)):