Skip to content

Display the elapsed execution time of grunt tasks

License

Notifications You must be signed in to change notification settings

spbolton/time-grunt

 
 

Repository files navigation

time-grunt Build Status

Display the elapsed execution time of grunt tasks

screenshot

Usage

$ npm install --save-dev time-grunt
// Gruntfile.js
module.exports = function (grunt) {
	// require it at the top and pass in the grunt instance
	require('time-grunt')(grunt);

	grunt.initConfig();
}

Clean layout

Tasks that take less than 1% of the total time are hidden to reduce clutter.

Run grunt with grunt --verbose to see all tasks.

License

MIT © Sindre Sorhus

About

Display the elapsed execution time of grunt tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%