moodle-plugin-ci
moodle-plugin-ci copied to clipboard
Presence of .scss file in a plugin makes moodle-plugin-ci grunt command to fail
We have a plugin that has a .scss file that we just store there together with a script that compiles to .css
On moodle-plugin-ci 4.5.4 the 'grunt' command fails:
Run moodle-plugin-ci grunt --max-lint-warnings 0
RUN Grunt on block_rbreport
Running "gherkinlint" task
Done.
>> Running tasks for component directory blocks/rbreport
Running "stylelint:css" (stylelint) task
>> Linted 1 files without errors
Done.
>> Running tasks for component directory blocks/rbreport
Running "stylelint:scss" (stylelint) task
Verifying property stylelint.scss exists in config...ERROR
>> Unable to process task.
Warning: Required config property "stylelint.scss" missing. Use --force to continue.
Aborted due to warnings.
Error: Process completed with exit code 1.
This was not failing on moodle-plugin-ci 4.5.0