docs_task.js 100 B

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