Closed smallnewer closed 10 years ago
I can't merge this as it causes the tests to fail.
I think you can achieve what you want using a config section like:
grunt.initConfig({
includereplace: {
dist: {
src: '*.html',
dest: 'output/',
expand: true,
cwd: 'html/'
}
}
})
See http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically for more info
{output:"output/“,src:"html/.html”}==>desc=="output/html/.html".it is that what is not hoping the right result is : "output/*.html"