Closed johanruttens closed 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"];
var clientLibDirectoryFields = ["embed", "dependencies", "cssProcessor", "jsProcessor", "allowProxy", "longCacheKey"];
Thank you.
I have opened a pull request for this change.
Thank you
i've added a comment to #29 - disableIfReplacing should than added as well
disableIfReplacing
I've added an update to the PR; disableIfReplacing is now added
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.