mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Moved doc task to the end of the default task chain
This commit is contained in:
parent
a4e74ad34f
commit
0efdd461df
@ -1,4 +1,4 @@
|
||||
// Lint and build CSS
|
||||
module.exports = function(grunt) {
|
||||
grunt.registerTask('default', ['docs','jshint:source', 'less:src']);
|
||||
grunt.registerTask('default', ['jshint:source', 'less:src', 'docs']);
|
||||
};
|
Loading…
Reference in New Issue
Block a user