dowjones / gulp-bundle-assets

Create static asset (js, css) bundles from a config file: a common interface to combining, minifying, revisioning and more
MIT License
133 stars 36 forks source link

Copy from wildcard directories means problem with base path #70

Open DasJott opened 8 years ago

DasJott commented 8 years ago
copy: [
    {
      src: './Sections/**/Content/img/*.{png,jpg}',
      base: './Sections/**/Content/',
      watch: true
    }
]

It doesn't copy at all, because it doesn't understand the wildcard in the "base" property. It would be pretty cool if it would!