diff --git a/gruntfile.coffee b/gruntfile.coffee index 787a1c49..300d07b4 100644 --- a/gruntfile.coffee +++ b/gruntfile.coffee @@ -1,8 +1,13 @@ module.exports = (grunt) -> 'use strict' + # Track execution time + require('time-grunt') grunt; + # Load grunt tasks automatically - require('load-grunt-tasks') grunt + require('jit-grunt') grunt, + nunjucks: 'grunt-nunjucks-2-html' + sprite: 'grunt-spritesmith' # Define the configuration for all the tasks grunt.initConfig diff --git a/package.json b/package.json index 823ef0d0..0f9183af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Kotsu", - "version": "0.5.4", + "version": "0.5.5", "title": "Clean, opinionated foundation for new projects — to boldly go where no man has gone before", "author": "LotusTM", "private": true, @@ -26,8 +26,9 @@ "grunt-tinypng": "^0.5.3", "grunt-uncss": "^0.4.0", "grunt-webfont": "^0.5.1", - "load-grunt-tasks": "^3.1.0", - "nunjucks": "^1.2.0" + "jit-grunt": "^0.9.1", + "nunjucks": "^1.2.0", + "time-grunt": "^1.0.0" }, "engines": { "node": ">=0.10.0"