mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Add time-grunt plugin.
This commit is contained in:
parent
589f872d74
commit
73ad81d89c
@ -391,6 +391,7 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
// These plugins provide necessary tasks.
|
// These plugins provide necessary tasks.
|
||||||
require('load-grunt-tasks')(grunt, {scope: 'devDependencies'});
|
require('load-grunt-tasks')(grunt, {scope: 'devDependencies'});
|
||||||
|
require('time-grunt')(grunt);
|
||||||
|
|
||||||
// Docs HTML validation task
|
// Docs HTML validation task
|
||||||
grunt.registerTask('validate-html', ['jekyll', 'validation']);
|
grunt.registerTask('validate-html', ['jekyll', 'validation']);
|
||||||
|
@ -56,7 +56,8 @@
|
|||||||
"grunt-saucelabs": "~5.0.1",
|
"grunt-saucelabs": "~5.0.1",
|
||||||
"grunt-sed": "~0.1.1",
|
"grunt-sed": "~0.1.1",
|
||||||
"load-grunt-tasks": "~0.4.0",
|
"load-grunt-tasks": "~0.4.0",
|
||||||
"markdown": "~0.5.0"
|
"markdown": "~0.5.0",
|
||||||
|
"time-grunt": "~0.2.10"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "~0.10.1"
|
"node": "~0.10.1"
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user