Releases: adobe/helix-cli
Releases · adobe/helix-cli
v0.3.1
Changes
- [pre] Config object doesn't contain default logger adobe/parcel-plugin-htl#25
v0.3.0
v0.2.5
Changes
- Process static files and copy them to the dist folder (Fixes #49)
- [hlx init] Add CSS file (Fixes #29)
The build and up command now copy the static files in src/**/static/* to .hlx/dist.
This allows to access them via the /dist/... path.
eg:
./src/static/logo.png is copied to .hlx/dist/logo.png and could be used like <img src="/dist/logo.png" />