aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-03-07 08:46:15 +0200
committerXhmikosR <[email protected]>2014-03-07 08:47:23 +0200
commit73ad81d89ca346e2eb147824bea8fdcfd90220e1 (patch)
tree8c25e6df1d41ef324bca4801d49ea31bea19592b /Gruntfile.js
parent589f872d7408c0b02d636a2fc5696b46a3cb51c3 (diff)
downloadbootstrap-73ad81d89ca346e2eb147824bea8fdcfd90220e1.tar.xz
bootstrap-73ad81d89ca346e2eb147824bea8fdcfd90220e1.zip
Add time-grunt plugin.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 8afc650d8..34580951b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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']);