You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "rusackas (via GitHub)" <gi...@apache.org> on 2023/01/24 18:35:56 UTC

[GitHub] [superset] rusackas commented on issue #22829: Can't get UI to change again

rusackas commented on issue #22829:
URL: https://github.com/apache/superset/issues/22829#issuecomment-1402412262

   Closing since it's not a bug, but a developer experience issue. I assure you, it does work! 
   
   When running the vanilla `docker-compose up` in your terminal, and you make a file change in the frontend directory, you'll see in your terminal that Webpack starts rebuilding. This takes time! You will not see the changes right away, but they will happen, and you will need to refresh the browser when they do.
   
   Also, you can start a second terminal process, cd into `superset-frontend` and do `npm run dev-server`. This runs a dev mode process (with hot reloading) that proxies to your original Superset server process, and runs on port 9000 instead. However, this means you have TWO webpack builds running concurrently, so you might want to turn off the original docker webpack process by commenting out a line in the `docker-frontend` file. 
   
   Hope that helps!


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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