Legend Current value did not display when value was zero, Fixes #460

This commit is contained in:
Torkel Ödegaard
2014-06-02 19:29:59 +02:00
parent 384687e19b
commit 62af77979b
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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']);
};