wcm-io-frontend / aem-clientlib-generator

Creates configuration files for AEM ClientLibs and synchronizes assets.
Apache License 2.0
62 stars 32 forks source link

Allow 'replaces' property #28

Closed johanruttens closed 4 years ago

johanruttens commented 4 years ago

I would like to make use of the 'replaces' property on the ClientLib.

Can this be allowed in var clientLibDirectoryFields = ["embed", "dependencies", "cssProcessor", "jsProcessor", "allowProxy", "longCacheKey"];

Thank you.

johanruttens commented 4 years ago

I have opened a pull request for this change.

Thank you

stefanseifert commented 4 years ago

i've added a comment to #29 - disableIfReplacing should than added as well

johanruttens commented 4 years ago

I've added an update to the PR; disableIfReplacing is now added