From f486f435b4e7587632ae4d04868ecc7eaf17f508 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 9 Jun 2019 19:13:43 -0700 Subject: [PATCH] adding command for seeing changes reflected. (#7598) --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20ffa2414..4374e0df7 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`: