started removing kibana stuff I do not need, thinking of doing a custom dashboard based on kibana

This commit is contained in:
Torkel Ödegaard
2013-12-05 16:45:52 +01:00
parent d1c54c1c78
commit 50e42c8bdd
107 changed files with 108 additions and 15966 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Lint and build CSS
module.exports = function(grunt) {
grunt.registerTask('default', ['jshint:source', 'less:src', 'docs']);
grunt.registerTask('default', ['jshint:source', 'less:src']);
};