Closed stevenvachon closed 10 years ago
The last two are working as expected - you have the src/dest the wrong way around.
Using expand/flatten won't work. It doesn't work with grunt-contrib-copy
either - you'd need to use the rename option.
I'm about to commit some code that'll allow you to do what you want in the first two examples.
Worth mentioning that you could probably use the rename
option to achieve what you want without any code changes.
Released as grunt-include-replace@1.2.0
Awesome, thanks!!
These produce
/bin/src/index.production.html
:This produces
/bin/src/index.html/index.production.html
:These produce nothing: