Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
feat(build): show elapsed time for grunt tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Aug 13, 2013
1 parent 19a796f commit cacdd0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var mountFolder = function (connect, dir) {
module.exports = function (grunt) {
// load all grunt tasks
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
require('time-grunt')(grunt);

// configurable paths
var yeomanConfig = {
Expand Down
3 changes: 2 additions & 1 deletion templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"matchdep": "~0.1.2",
"connect-livereload": "~0.2.0",
"grunt-google-cdn": "~0.2.0",
"grunt-ngmin": "~0.0.2"
"grunt-ngmin": "~0.0.2",
"time-grunt": "~0.1.0"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit cacdd0f

Please sign in to comment.