UNPKG

require-grunt-configs

Version:

Load a directory of grunt configurations. Very similar to load-grunt-tasks but for configuration.

13 lines (11 loc) 262 B
module.exports = function (grunt) { var title = grunt.option('title'); return { watch: { options: { title: title || 'Who watches the watchmen?', message: '<%= pkg.name %> grunt tasks finished successfully.' } } }; };