Skip to content

f2er/time-grunt

 
 

Repository files navigation

time-grunt Build Status

Displays the elapsed execution time of grunt tasks

screenshot

Install

Install with npm: npm install --save time-grunt

Example

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

	grunt.initConfig();
	grunt.registerTask('default', []);
}

Clean layout

To reduce visual clutter time-grunt automatically hides tasks that take less than 1% of the total time.

It see all tasks, run Grunt in verbose mode: grunt --verbose.

License

MIT License • © Sindre Sorhus

About

Displays the elapsed execution time of grunt tasks

Resources

Stars

Watchers

Forks

Packages

No packages published