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