Skip to content

Commit

Permalink
fix(grunt): add generator specific utils files located in the root di…
Browse files Browse the repository at this point in the history
…rectory to grunt tests
  • Loading branch information
saschakiefersap committed Jan 5, 2014
1 parent 8832ae8 commit 49bf60b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,13 @@ module.exports = function(grunt) {
src: "Gruntfile.js"
},


util: {
src: "./*.js"
},

test: {
src: ["lib/**/*.js", "test/**/*.js"]
src: "test/**/*.js"
},

generators: {
Expand Down

0 comments on commit 49bf60b

Please sign in to comment.