UNPKG

grunt-load-options

Version:

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

8 lines (5 loc) 191 B
# Output package version # Use CoffeeScript if that's your thing! module.exports = (grunt) -> console.log grunt.template.process "grunt-load-options v<%= pkg.version %>" console.log ""