UNPKG

susi-forge

Version:
11 lines (7 loc) 206 B
'use strict'; module.exports = function(grunt) { grunt.config.merge({ }); grunt.registerTask('documentation', 'Creates and collects documentation of all source files and subcomponents', [ ]); };