mirror of https://github.com/grafana/grafana
Legend Current value did not display when value was zero, Fixes #460
parent
384687e19b
commit
62af77979b
@ -1,5 +1,5 @@ |
||||
// Lint and build CSS
|
||||
module.exports = function(grunt) { |
||||
grunt.registerTask('default', ['jshint:source', 'jshint:tests', 'less:src', 'concat']); |
||||
grunt.registerTask('default', ['jshint:source', 'jshint:tests', 'less:src', 'concat:css']); |
||||
grunt.registerTask('test', ['default', 'karma:test']); |
||||
}; |
||||
|
Loading…
Reference in new issue