mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 07:02:22 +08:00
ux(): added sass linter, almost no rules enabled yet
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
module.exports = function(grunt) {
|
||||
'use strict';
|
||||
|
||||
grunt.registerTask('css', ['sass', 'concat:cssDark', 'concat:cssLight', 'styleguide']);
|
||||
grunt.registerTask('css', ['sass', 'concat:cssDark', 'concat:cssLight', 'styleguide', 'sasslint']);
|
||||
grunt.registerTask('default', [
|
||||
'jscs',
|
||||
'jshint',
|
||||
|
Reference in New Issue
Block a user