]> source.dussan.org Git - redmine.git/commitdiff
Update Stylelint usage in doc/RUNNING_TESTS (#39111).
authorGo MAEDA <maeda@farend.jp>
Fri, 6 Sep 2024 00:53:04 +0000 (00:53 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 6 Sep 2024 00:53:04 +0000 (00:53 +0000)
The path to stylesheets was updated to app/assets/stylesheets in r22696 due to the introduction of Propshaft.

git-svn-id: https://svn.redmine.org/redmine/trunk@23025 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/RUNNING_TESTS

index fa4737e11eeb75b5b863f62d88505769c0a2dfca..f51bbf081bf2399362330ee4826f9964271e50c6 100644 (file)
@@ -106,4 +106,4 @@ Install Stylelint:
 `yarn install`
 
 You can run Stylelint with:
-`node_modules/.bin/stylelint "public/stylesheets/**/*.css"`
+`node_modules/.bin/stylelint "app/assets/stylesheets/**/*.css"`