UNPKG

grunt-load-options

Version:

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

7 lines (5 loc) 145 B
var grunt = require('grunt'); var gruntfile = require('../Gruntfile'); gruntfile(grunt); grunt.loadTasks('./tasks'); grunt.task.run('default');