Files
grafana/tasks/docs_task.js
T
2013-12-19 13:34:37 +04:00

3 lines
100 B
JavaScript

module.exports = function(grunt) {
grunt.registerTask('docs', ['clean:docs', 'scratchy:docs']);
};