mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 09:34:58 +03:00
Add time-grunt to benchmark each task time
This commit is contained in:
parent
6a1f311f39
commit
a706a77fd9
@ -14,6 +14,8 @@ _ = require 'underscore-plus'
|
|||||||
packageJson = require '../package.json'
|
packageJson = require '../package.json'
|
||||||
|
|
||||||
module.exports = (grunt) ->
|
module.exports = (grunt) ->
|
||||||
|
require('time-grunt')(grunt)
|
||||||
|
|
||||||
grunt.loadNpmTasks('grunt-babel')
|
grunt.loadNpmTasks('grunt-babel')
|
||||||
grunt.loadNpmTasks('grunt-coffeelint')
|
grunt.loadNpmTasks('grunt-coffeelint')
|
||||||
grunt.loadNpmTasks('grunt-lesslint')
|
grunt.loadNpmTasks('grunt-lesslint')
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
"runas": "^3.1",
|
"runas": "^3.1",
|
||||||
"tello": "1.0.5",
|
"tello": "1.0.5",
|
||||||
"temp": "~0.8.1",
|
"temp": "~0.8.1",
|
||||||
|
"time-grunt": "1.2.2",
|
||||||
"underscore-plus": "1.x",
|
"underscore-plus": "1.x",
|
||||||
"unzip": "~0.1.9",
|
"unzip": "~0.1.9",
|
||||||
"vm-compatibility-layer": "~0.1.0",
|
"vm-compatibility-layer": "~0.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user