Skip to content

Commit

Permalink
Add time-grunt plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 7, 2014
1 parent 9dc9fe9 commit f0ad501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -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']);
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -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"
Expand Down

3 comments on commit f0ad501

@cvrebert
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intriguing.

@mdo
Copy link
Member

@mdo mdo commented on f0ad501 Mar 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it. <3

@connors
Copy link
Collaborator

@connors connors commented on f0ad501 Mar 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to look up what this does. Nice.

Please sign in to comment.