diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-04-26 08:42:19 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-03 20:20:50 +0200 |
commit | b083d4376580b8dd252933025ca86ce5b98ce7af (patch) | |
tree | a0d05a812d6c70c3d8573106b12a1ec74f6faefa /server/sonar-web/scripts | |
parent | 0c996218c1a2c2542c3465a7bf1f38ee386132da (diff) | |
download | sonarqube-b083d4376580b8dd252933025ca86ce5b98ce7af.tar.gz sonarqube-b083d4376580b8dd252933025ca86ce5b98ce7af.zip |
SONAR-10612 Create documentation space in the web app
Diffstat (limited to 'server/sonar-web/scripts')
-rw-r--r-- | server/sonar-web/scripts/start.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/scripts/start.js b/server/sonar-web/scripts/start.js index cef0a40eaab..88fbd9edcff 100644 --- a/server/sonar-web/scripts/start.js +++ b/server/sonar-web/scripts/start.js @@ -90,7 +90,7 @@ function runDevServer(compiler, host, port, protocol) { }, compress: true, clientLogLevel: 'none', - contentBase: paths.appPublic, + contentBase: [paths.appPublic, paths.docRoot], disableHostCheck: true, hot: true, publicPath: config.output.publicPath, |