Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Replace load-grunt-tasks with jit-grunt
Browse files Browse the repository at this point in the history
Fixes #58.
  • Loading branch information
marian-r authored and kevva committed Jun 16, 2015
1 parent 0efd70d commit 4ec69b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions app/templates/Gruntfile.js
Expand Up @@ -9,12 +9,14 @@

module.exports = function (grunt) {

// Load grunt tasks automatically
require('load-grunt-tasks')(grunt);

// Time how long tasks take. Can help when optimizing build times
require('time-grunt')(grunt);

// Automatically load required Grunt tasks
require('jit-grunt')(grunt, {
useminPrepare: 'grunt-usemin'
});

// Configurable paths
var config = {
app: 'app',
Expand Down
2 changes: 1 addition & 1 deletion app/templates/_package.json
Expand Up @@ -23,7 +23,7 @@
"grunt-newer": "~0.6.0",
"grunt-svgmin": "~0.4.0",
"grunt-concurrent": "~0.5.0",
"load-grunt-tasks": "~0.2.0",
"jit-grunt": "^0.9.1",
"time-grunt": "~0.3.1",
"jshint-stylish": "~0.1.5",
"grunt-chrome-manifest": "~0.2.0",
Expand Down

0 comments on commit 4ec69b1

Please sign in to comment.