googlearchive / polybuild

Easy Optimization Tool / Gulp plugin
BSD 3-Clause "New" or "Revised" License
75 stars 19 forks source link

Polybuild doesn't allow vulcanize exclusions #16

Open otter-computer opened 8 years ago

otter-computer commented 8 years ago

As far as I can tell there is no way to exclude certain files from Polybuild when using it with Gulp. This becomes an issue when using it in a Cordova application as cordova.js is not injected until the end of the build process.

Please tell me if there is a solution to this, otherwise wait until the project is more mature before including it in the Polymer Starter kit.

ebidel commented 8 years ago

Polybuild is meant as a one-stop shop that combines the defaults of a few tools. If you want more control, I suggest using the tools separately.

cc @addyosmani for PSK usage.

otter-computer commented 8 years ago

Just because it combines them, doesn't mean you should lose control of them though, no?

indolering commented 8 years ago

@ThomasShaped A PR might be more convincing : )