grunt-aem-clientlib-generator
Version:
Grunt task that generates configuration files for AEM ClientLibs and synchronizes assets.
44 lines (32 loc) • 942 B
Markdown
Changelog
# 1.4.2
## Changed
- Update dependency
# 1.4.1
## Changed
- Update dependency
- Changed version to match corresponding `aem-clientlib-generator`
## Added
- support for _serializationFormat_ in clientLibs configuration to enable FileVault XML or JSON (default) output format
# 1.2.0
## Changed
- Update dependency
## Added
- support for _categories_ in clientLibs configuration to overwrite default (clientLib name)
# 1.1.3
## Changed
- Update dependency
# 1.1.2
## Added
- support for _allowProxy_ in clientLibs configuration (optional in AEM 6.3)
- support for _longCacheKey_ in clientLibs configuration (optional)
# 1.1.1
## Fixed
- fix missing _jsProcessor_ property in generated clientlib configuration file
- update readme
# 1.1.0
## Added
- properties _cssProcessor_ and _jsProcessor_ to configure the minification tool to be used for AEM ClientLibs
(requires AEM 6.2)
# 1.0.0
- Initial release