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