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

Add css URL rewrite option #15

Closed ittaibaratz closed 5 years ago

ittaibaratz commented 5 years ago

Add css URL rewrite option. This is a simple implementation for supporting URL rewrites in CSS files per issue #14. The heavy lifting of file rewriting and configuration is done with replace-in-file

Note: I have not updated the documentation, happy to do so if this PR is accepted.