mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 22:52:20 +08:00
move to sass is starting to work
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
module.exports = function(grunt) {
|
||||
'use strict';
|
||||
|
||||
grunt.registerTask('css', ['less', 'concat:cssDark', 'concat:cssLight']);
|
||||
grunt.registerTask('css', ['sass', 'concat:cssDark', 'concat:cssLight']);
|
||||
grunt.registerTask('default', [
|
||||
'jscs',
|
||||
'jshint',
|
||||
|
Reference in New Issue
Block a user