UNPKG

grunt-load-options

Version:

A simple plugin to modularize your Gruntfile by putting configuration options and tasks in a `grunt` subfolder.

12 lines (9 loc) 227 B
/* Static Gruntfile - Load Grunt plugins with `load-grunt-tasks`. - Load Grunt options and aliases with `grunt-load-options`. */ 'use strict'; module.exports = function(grunt) { require('load-grunt-tasks')(grunt); };