You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ni...@apache.org on 2020/10/09 14:55:37 UTC

[druid] branch master updated: Update README.md (#10357)

This is an automated email from the ASF dual-hosted git repository.

nishant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c78b51  Update README.md (#10357)
4c78b51 is described below

commit 4c78b514c962d8d93b6b9686c4125061a3d20712
Author: Ashish Kapoor <As...@users.noreply.github.com>
AuthorDate: Fri Oct 9 20:21:59 2020 +0530

    Update README.md (#10357)
    
    Compile scss files before npm start.
---
 web-console/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/web-console/README.md b/web-console/README.md
index 30881a1..570e7f3 100644
--- a/web-console/README.md
+++ b/web-console/README.md
@@ -25,7 +25,9 @@ This is the unified Druid web console that servers as a data management layer fo
 
 1. You need to be within the `web-console` directory
 2. Install the modules with `npm install`
-3. Run `npm start` will start in development mode and will proxy druid requests to `localhost:8888`
+3. Run `npm run compile` to compile the scss files
+4. Run `npm start` will start in development mode and will proxy druid requests to `localhost:8888`
+
 
 **Note:** you can provide an environment variable to proxy to a different Druid host like so: `druid_host=1.2.3.4:8888 npm start`
 **Note:** you can provide an environment variable use webpack-bundle-analyzer as a plugin in the build script or like so: `BUNDLE_ANALYZER_PLUGIN='TRUE' npm start`


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