Closed RyanHirsch closed 11 years ago
I am using the following config:
"grunt-include-replace": "~0.3.0"
includereplace: { dist: { files: { 'dist/': '*.html' } } }
Log shows:
Running "includereplace:dist" (includereplace) task >> Processed in.html Done, without errors.
However, the resulting file is
dist/inhtml
The '.' is omitted
Thanks. Fixed and released to NPM as grunt-include-replace@0.3.1
grunt-include-replace@0.3.1
Awesome, its working as expected here, thank you so much!
I am using the following config:
Log shows:
However, the resulting file is
The '.' is omitted