mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 23:53:51 +08:00
Moved doc task to the end of the default task chain
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
// Lint and build CSS
|
// Lint and build CSS
|
||||||
module.exports = function(grunt) {
|
module.exports = function(grunt) {
|
||||||
grunt.registerTask('default', ['docs','jshint:source', 'less:src']);
|
grunt.registerTask('default', ['jshint:source', 'less:src', 'docs']);
|
||||||
};
|
};
|
Reference in New Issue
Block a user