]> source.dussan.org Git - sonarqube.git/commitdiff
[DOC] Update property for NodeJS for CSS (#1747)
authorElena Vilchik <elena.vilchik@sonarsource.com>
Fri, 14 Jun 2019 14:18:08 +0000 (16:18 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 14 Jun 2019 18:21:10 +0000 (20:21 +0200)
Since sonar-css 1.1

server/sonar-docs/src/pages/analysis/languages/css.md

index 2fe4bc5a5cffa20b53f6018da15ad90b482bcdb6..70e310b41ce7a7f5ee780cc2aa86397e9cc114fb 100644 (file)
@@ -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.