blutorange / closure-compiler-maven-plugin

Combine and minimize JavaScript with Closure Compiler.
http://blutorange.github.com/closure-compiler-maven-plugin
Apache License 2.0
52 stars 6 forks source link

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

Closed blutorange closed 5 years ago

blutorange commented 5 years ago

Issue by davidmelia Wednesday May 10, 2017 at 08:32 GMT Originally opened as https://github.com/samaxes/minify-maven-plugin/issues/145


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

blutorange commented 5 years ago

Now allowed.files has been renamed to includes. You can also set excludes now.