0.0.1 • Published 11 years ago

grunt-compliment v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

Compliment

grunt-compliment is a grunt task that dishes out a compliment whenever you need it. This is a reference project for an article I wrote called Grunt.js Workflow.

Installation

npm install grunt-compliment -D

Setup

grunt.initConfig({
  compliment: [
    'You are the greatest!',
    'Please, don\'t ever leave. You give me purpose.'
  ]
});

grunt.loadNpmTasks('grunt-compliment');