Skip to content

Commit

Permalink
Match node-template and node_template in setup find/replace
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed May 21, 2013
1 parent 216c350 commit 5ada259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/replace.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = (grunt) ->
grunt.config.data.replace =
node_template:
overwrite : true
replacements: [ from: /node-template/g, to: "<%= pkg.name %>" ]
replacements: [ from: /node[-_]template/g, to: "<%= pkg.name %>" ]
src : replace_paths = [
"bin/*"
"Gruntfile.coffee"
Expand Down

0 comments on commit 5ada259

Please sign in to comment.