diff options
author | Elena Vilchik <elena.vilchik@sonarsource.com> | 2019-06-14 16:18:08 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-14 20:21:10 +0200 |
commit | f0bd3c0e8efd7192570a126605bf3ea61eff1b84 (patch) | |
tree | fa1e2ec863684da44602fbe5e6edb3c598b0f825 | |
parent | 6815b3813a842120b53ae6787a8cb6da89f3db01 (diff) | |
download | sonarqube-f0bd3c0e8efd7192570a126605bf3ea61eff1b84.tar.gz sonarqube-f0bd3c0e8efd7192570a126605bf3ea61eff1b84.zip |
[DOC] Update property for NodeJS for CSS (#1747)
Since sonar-css 1.1
-rw-r--r-- | server/sonar-docs/src/pages/analysis/languages/css.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/languages/css.md b/server/sonar-docs/src/pages/analysis/languages/css.md index 2fe4bc5a5cf..70e310b41ce 100644 --- a/server/sonar-docs/src/pages/analysis/languages/css.md +++ b/server/sonar-docs/src/pages/analysis/languages/css.md @@ -10,7 +10,7 @@ url: /analysis/languages/css/ ## Prerequisites -In order to analyze CSS code, you need to have Node.js >= 6 installed on the machine running the scan. Set property `sonar.css.node` to an absolute path to Node.js executable, if standard `node` is not available. +In order to analyze CSS code, you need to have Node.js >= 6 installed on the machine running the scan. Set property `sonar.nodejs.executable` to an absolute path to Node.js executable, if standard `node` is not available. If you have a community plugin that handles CSS installed on your SonarQube instance it will conflict with SonarCSS, so it should be removed. |