You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/04/16 00:58:21 UTC

[GitHub] [druid] jihoonson opened a new pull request #9710: Manually copy static css files for website

jihoonson opened a new pull request #9710: Manually copy static css files for website
URL: https://github.com/apache/druid/pull/9710
 
 
   ## Description
   
   When you run Druid website locally, you can see the below error.
   
   ```
   > npm start
   
   ...
   
   [2020-04-15 16:54:01] ERROR `/css/code-block-buttons.css' not found.
   [2020-04-15 16:54:01] ERROR `/css/code-block-buttons.css' not found.
   [2020-04-15 16:54:18] ERROR `/css/code-block-buttons.css' not found.
   ```
   
   This is because the `code-block-buttons.css` file in Druid repo is somehow not copied into druid-website-src. This PR adds a manual copy of missing files.
   
   I don't think this is a release blocker since the website seems working even without this file.

----------------------------------------------------------------
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jihoonson commented on issue #9710: Manually copy static css files for website

Posted by GitBox <gi...@apache.org>.
jihoonson commented on issue #9710: Manually copy static css files for website
URL: https://github.com/apache/druid/pull/9710#issuecomment-614437570
 
 
   I think I need to look at this more closely. Making it WIP

----------------------------------------------------------------
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org