Commit 73ad81d8 authored by XhmikosR's avatar XhmikosR

Add time-grunt plugin.

parent 589f872d
......@@ -391,6 +391,7 @@ module.exports = function (grunt) {
// These plugins provide necessary tasks.
require('load-grunt-tasks')(grunt, {scope: 'devDependencies'});
require('time-grunt')(grunt);
// Docs HTML validation task
grunt.registerTask('validate-html', ['jekyll', 'validation']);
......
......@@ -56,7 +56,8 @@
"grunt-saucelabs": "~5.0.1",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.4.0",
"markdown": "~0.5.0"
"markdown": "~0.5.0",
"time-grunt": "~0.2.10"
},
"engines": {
"node": "~0.10.1"
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment