2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Add time-grunt plugin.

This commit is contained in:
XhmikosR
2014-03-07 08:46:15 +02:00
parent 589f872d74
commit 73ad81d89c
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -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']);