Browse Source

Add time-grunt plugin.

pull/450/head
XhmikosR 11 years ago
parent
commit
f0ad501b5b
  1. 1
      Gruntfile.js
  2. 3
      package.json

1
Gruntfile.js

@ -250,6 +250,7 @@ module.exports = function(grunt) {
// Load the plugins
require('load-grunt-tasks')(grunt, {scope: 'devDependencies'});
require('time-grunt')(grunt);
// Default task(s).
grunt.registerTask('dist-css', ['sass', 'csscomb', 'cssmin']);

3
package.json

@ -41,7 +41,8 @@
"grunt-jekyll": "~0.4.1",
"grunt-jscs-checker": "~0.4.0",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.4.0"
"load-grunt-tasks": "~0.4.0",
"time-grunt": "~0.2.10"
},
"engines": {
"node": "~0.10.1"

Loading…
Cancel
Save