Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Fahrentholz committed May 13, 2020
2 parents 14791e4 + 854fb39 commit fde80ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clientlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var SERIALIZATION_FORMAT_SLING_XML = "slingxml";
* List of fields to be evaluated for being added to the {@code cq:ClientLibraryFolder} file descriptor
* @type {String[]}
*/
var clientLibDirectoryFields = ["embed", "dependencies", "cssProcessor", "jsProcessor", "allowProxy", "longCacheKey"];
var clientLibDirectoryFields = ["embed", "dependencies", "cssProcessor", "jsProcessor", "allowProxy", "longCacheKey","replaces","disableIfReplacing"];

/**
* List of source file extensions which AEM is able to merge and provide as `.js` or `.css` client-side library
Expand Down

0 comments on commit fde80ea

Please sign in to comment.