Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
- [grunt] load-grunt-tasks replaced with jit-grunt to improve task lo…
Browse files Browse the repository at this point in the history
…ading speed
  • Loading branch information
mrhyde committed Feb 19, 2015
1 parent 64bc9c1 commit aabbc53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion gruntfile.coffee
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"
Expand Down

0 comments on commit aabbc53

Please sign in to comment.