Skip to content

Commit

Permalink
Make grunt print how long each step takes (#3134)
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x authored Nov 3, 2023
1 parent c17c672 commit 400d762
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
/* eslint-disable prettier/prettier */
/* eslint-disable no-console */

const timer = require('grunt-timer');

module.exports = function (grunt) {
timer.init(grunt);

// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
Expand Down
219 changes: 219 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-run": "^0.8.1",
"grunt-timer": "^0.6.0",
"grunt-ts": "^6.0.0-beta.22",
"gts": "^5.2.0",
"http-server": "^14.1.1",
Expand Down

0 comments on commit 400d762

Please sign in to comment.