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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to