This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new f486f43 adding command for seeing changes reflected. (#7598)
f486f43 is described below
commit f486f435b4e7587632ae4d04868ecc7eaf17f508
Author: Marcus <[email protected]>
AuthorDate: Sun Jun 9 19:13:43 2019 -0700
adding command for seeing changes reflected. (#7598)
---
CONTRIBUTING.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 20ffa24..4374e0d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -336,6 +336,9 @@ superset load_examples
FLASK_ENV=development superset run -p 8088 --with-threads --reload --debugger
```
+If you have made changes to the FAB-managed templates, which are not built the
same way as the newer, React-powered front-end assets, you need to start the
app without the `--with-threads` argument like so:
+`FLASK_ENV=development superset run -p 8088 --reload --debugger`
+
#### Logging to the browser console
This feature is only available on Python 3. When debugging your application,
you can have the server logs sent directly to the browser console using the
[ConsoleLog](https://github.com/betodealmeida/consolelog) package. You need to
mutate the app, by adding the following to your `config.py` or
`superset_config.py`: