Skip to content

Commit

Permalink
index properly gets replaced in build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Hallahan committed Jul 27, 2015
1 parent ddfac41 commit aa4eb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ module.exports = function (grunt) {
parsePattern: /\[\[\s?([\.\-\w]*)\s?\]\]/g
},
files: {
'build/index2.html': 'build/index.html'
'build/index.html': 'build/index.html'
}
}
},
Expand Down

0 comments on commit aa4eb68

Please sign in to comment.