mirror of
https://github.com/moodle/moodle.git
synced 2025-05-01 14:09:01 +02:00
MDL-55071 grunt: add stylelint:scss to default css task
Part of MDL-55071
This commit is contained in:
parent
c037f043ef
commit
841d25a984
@ -375,7 +375,7 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('js', ['amd', 'yui']);
|
||||
|
||||
// Register CSS taks.
|
||||
grunt.registerTask('css', ['stylelint:less', 'less:bootstrapbase']);
|
||||
grunt.registerTask('css', ['stylelint:scss', 'stylelint:less', 'less:bootstrapbase']);
|
||||
|
||||
// Register the startup task.
|
||||
grunt.registerTask('startup', 'Run the correct tasks for the current directory', tasks.startup);
|
||||
|
Loading…
x
Reference in New Issue
Block a user