aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2018-06-28 16:12:32 +0200
committersonartech <sonartech@sonarsource.com>2018-06-29 09:10:19 +0200
commit9973bacbfa4a945e509bf1b574d7e5aae4ba155a (patch)
treebea7920cd9901a47319a42ca0a5436e579c78e8c /server/sonar-web
parent769673ede15e8ec4c5737475a9eb901b4524c1df (diff)
downloadsonarqube-9973bacbfa4a945e509bf1b574d7e5aae4ba155a.tar.gz
sonarqube-9973bacbfa4a945e509bf1b574d7e5aae4ba155a.zip
SONAR-10860 Make sonar-web cacheable with sonar-docs
Diffstat (limited to 'server/sonar-web')
-rw-r--r--server/sonar-web/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/build.gradle b/server/sonar-web/build.gradle
index 7099b734ce0..42b555a8031 100644
--- a/server/sonar-web/build.gradle
+++ b/server/sonar-web/build.gradle
@@ -57,7 +57,7 @@ node {
yarn_run {
if (official) { dependsOn copyBranding }
- ['config', 'public', 'scripts', 'src'].each {
+ ['config', 'public', 'scripts', 'src', '../sonar-docs/src'].each {
inputs.dir(it).withPathSensitivity(PathSensitivity.RELATIVE)
}
['.babelrc', 'build.gradle', 'package.json', 'tsconfig.json', 'yarn.lock'].each {