mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 07:32:57 +08:00
Modularize grunt tasks
This commit is contained in:
4
tasks/default_task.js
Normal file
4
tasks/default_task.js
Normal file
@ -0,0 +1,4 @@
|
||||
// Lint and build CSS
|
||||
module.exports = function(grunt) {
|
||||
grunt.registerTask('default', ['jshint:source', 'less:src']);
|
||||
};
|
Reference in New Issue
Block a user