IndigoUnited / automaton

Task automation tool built in JavaScript
http://indigounited.com/automaton
MIT License
214 stars 10 forks source link

Scaffolding tasks replace all the placeholders #20

Closed satazor closed 11 years ago

satazor commented 11 years ago

If a file has two different placeholders but only one is passed, the task removes the other ones! This is because we are using amd-utils interpolate which does exactly this:

https://github.com/millermedeiros/amd-utils/blob/master/src/string/interpolate.js

marcooliveira commented 11 years ago

Done.