-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presence of .scss file in a plugin makes moodle-plugin-ci grunt command to fail #314
Comments
This is the plugin itself: https://github.com/moodleworkplace/moodle-block_rbreport For now we are adding a workaround - the file
|
Hm, this is likely caused by #278 (included in 4.5.1) |
The fundamental issue is that we do not expect This issue can be replicated by calling
The solution is not to use explicit Patch will follow. |
So that core grunt task will decide whether css or scss linter needs to be run (or both). Fixes moodlehq#314
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:
This was not failing on moodle-plugin-ci 4.5.0
The text was updated successfully, but these errors were encountered: