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/03/14 01:55:40 UTC

[GitHub] [incubator-superset] kristw commented on a change in pull request #9296: [DEV] Allow webpack-dev-server proxy to any destination

kristw commented on a change in pull request #9296: [DEV] Allow webpack-dev-server proxy to any destination
URL: https://github.com/apache/incubator-superset/pull/9296#discussion_r392524613
 
 

 ##########
 File path: superset/__init__.py
 ##########
 @@ -43,7 +43,7 @@
 cache = LocalProxy(lambda: cache_manager.cache)
 conf = LocalProxy(lambda: current_app.config)
 get_feature_flags = feature_flag_manager.get_feature_flags
-get_css_manifest_files = manifest_processor.get_css_manifest_files
+get_manifest_files = manifest_processor.get_manifest_files
 
 Review comment:
   This should be ok

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


With regards,
Apache Git Services

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