Files
grafana/tasks/docs_task.js
T
2013-11-26 07:38:16 -07:00

4 lines
122 B
JavaScript

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