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

Commit

Permalink
feat(build): switch to use load-grunt-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 15, 2013
1 parent 2d915d6 commit 4e030c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ var mountFolder = function (connect, dir) {
// 'test/spec/**/*.js'

module.exports = function (grunt) {
// load all grunt tasks
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
require('load-grunt-tasks')(grunt);
require('time-grunt')(grunt);

// configurable paths
Expand Down
2 changes: 1 addition & 1 deletion templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"grunt-rev": "~0.1.0",
"grunt-open": "~0.2.0",
"grunt-concurrent": "~0.3.0",
"matchdep": "~0.1.2",
"load-grunt-tasks": "~0.1.0",
"connect-livereload": "~0.2.0",
"grunt-google-cdn": "~0.2.0",
"grunt-ngmin": "~0.0.2",
Expand Down

0 comments on commit 4e030c7

Please sign in to comment.