grunt-bell

0.1.2 • Public • Published

grunt-bell

Plays an ascii bell

Getting Started

This plugin requires Grunt ~0.4.1

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-bell --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-bell');

The "bell" task

Overview

In your project's Gruntfile, use the bell task during your custom tasks defined with grunt.registerTask() or grunt.registerMultiTask().

Useful for adding to the end of a task queue, so that you know when they've completed without having to monitor the terminal/console.

// sound the bell when these tasks complete
grunt.registerTask('default', ['sometask', 'anothertask', 'bell']);

Release History

0.1.2 - 12/11/2013 added seconds time info to output 0.1.1 - 11/11/2013 Updated readme 0.1.0 - 11/11/2013 Initial commit

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-bell

Weekly Downloads

9

Version

0.1.2

License

none

Last publish

Collaborators

  • dragonworx