Closed FrankFang closed 10 years ago
My config
includereplace: { dev: { src: 'app/*.html', dest: '.tmp/' } }
When I run grunt includereplace -v, got this
grunt includereplace -v
Running "includereplace:dev" (includereplace) task Verifying property includereplace.dev exists in config...OK Files: app/404.html, app/about.html, app/admin.html, app/all_day_look.html, app/faq.html, app/how_it_works.html, app/index.html, app/team.html -> .tmp/ ... Reading app/index.html...OK Writing .tmp/app/index.html...OK >> Processed app/index.html
It's writing .tmp/app/index.html but not .tmp/index.html. How can I make it work as I expected?
.tmp/app/index.html
.tmp/index.html
See https://github.com/alanshaw/grunt-include-replace/pull/24
My config
When I run
grunt includereplace -v
, got thisIt's writing
.tmp/app/index.html
but not.tmp/index.html
. How can I make it work as I expected?