You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/12/01 05:02:03 UTC

[GitHub] [incubator-superset] ktmud commented on issue #11694: Loading custom 'Viz' plugin

ktmud commented on issue #11694:
URL: https://github.com/apache/incubator-superset/issues/11694#issuecomment-736219210


   Not sure I fully understood the problem, but I'd recommend try not to rely on Docker for the dev build.
   
   You may even try to start Superset with Docker, but checkout another copy of superset source code to have a clean build.
   
   The webpack dev server [allows you to point to arbitrary remote host](https://github.com/apache/incubator-superset/blob/379d74d1fc2b372e4bae8a79246268c3cb83f236/CONTRIBUTING.md#build-assets) (even if it is running on a different version of Superset), so as long as you have the backend successfully running somewhere, you can always build the dev server locally to get more predictable build results.
   
   ```
   # Run dev-server at 8080 and proxy to local port 9000
   npm run dev-server -- --port 8088 --superset=http://localhost:9000
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org