1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Update Stylelint usage in doc/RUNNING_TESTS (#39111).

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
This commit is contained in:
Go MAEDA 2024-09-06 00:53:04 +00:00
parent cc50cfc324
commit d06e63cd96

View 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"`