Closed LoeiFy closed 9 years ago
Hi pal,
These are basis from grunt, not from replace plugin ... do you try to remove the flatten flag ... try the following:
options: {
// patterns: ...
},
files: [{
expand: true,
cwd: 'app/',
src: '*/*.html',
dest: 'dist/'
}]
Here the explanation: http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically
thx! @outaTiME, it works , good plugin
origin files
i want to replace files like this
my Gruntfile, config just like grunt-htmlmin
after run grunt, the files in
dist
why? how to separate? thanks