mistercrunch commented on issue #25988:
URL: https://github.com/apache/superset/issues/25988#issuecomment-2111578945

   Wait but the built frontend assets are bundled in the python package, 
meaning if you get the package you don't need to have node/npm, run npm i, npm 
run build, ... Should be prepackaged.
   
   I guess similarly here we can compile and package .po+.json, and people 
don't have to have all that extra junk (npm / po2json / pybabel / ...). Also 
doesn't seem good practice (is it even allowed) to mutate the package in place 
post install. I think you'd be supposed to do this in home somewhere like 
~/.superset/ ...


-- 
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-unsubscr...@superset.apache.org

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


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

Reply via email to