mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 06:42:21 +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']);
|
|
}; |