If I use:
gulp.src(['app/client/**/*.html']) .pipe(gulp.dest('dist'));
The folder structure where my .html files were located is stored in the dist folder, but I would like to completely remove the folder structure and only the flat hierarchy in my dist folder.
gulp
i_am_elliot Jul 09 '14 at 15:38 2014-07-09 15:38
source share