samaxes / minify-maven-plugin

Combine and minimize JavaScript and CSS files for faster page loading.
http://samaxes.github.com/minify-maven-plugin
Apache License 2.0
222 stars 91 forks source link

Feature Request - Allow wildcard filenames in the bundleConfiguration JSON #145

Open davidmelia opened 7 years ago

davidmelia commented 7 years ago

Hi

Feature Request - Is it possible to allow wildcard filenames in the bundleConfiguration JSON

For example

{ "bundles": [ { "type": "js", "name": "scripts/dave.js", "files": [ "target/minified/scripts/app/somefunction/*.js", "target/minified/scripts/app/common/*/.js" ] } }

Thanks