docs_task.js 122 B

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