mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:22:10 +08:00
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
// Lint and build CSS
|
|
module.exports = function(grunt) {
|
|
grunt.registerTask('default', ['docs','jshint:source', 'less:src']);
|
|
}; |