Skip to content

Commit

Permalink
minor change to grunt (added ./ prefix)
Browse files Browse the repository at this point in the history
  • Loading branch information
daomry committed Jan 14, 2013
1 parent 9f88514 commit 7ce9a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = function (grunt) {
modify:{
json:{
base:'test/resources',
files:['dir*/**/*.json'],
files:['./dir*/**/*.json'],
dest:'target/mod',
modifier:function (name, content) {
return {
Expand Down

0 comments on commit 7ce9a07

Please sign in to comment.