Releases: adobe/helix-cli
Releases · adobe/helix-cli
v0.4.0
Changes
- [hlx build] Improve static files handling #53
- generate manifest.json with information of the static files #144
- Auto-Deployment #152
- New logo and favicon for demo project (Fixes #137)
- use parcel to copy and rewrite references to static files #122
- remove copying of src/static (#146)
- move 'static' files to ./dist instead of .hlx/dist (#145)
v0.3.2
Changes
- [hlx init] remove completely or replace #107
- [hlx deploy] print curl request instead of wsk action example #114
- [hlx up] exits quietly in a non-git directory #100
- Default files should show better instructions (#102)
- Ensure a clean environment for test cases (#88)
- cli does not complain about wrong options or commands (#99)
- [hlx init] unfriendly error message fixes #83
- [hlx up] use consistent color for guide messages Fixes #85
- [hlx up] should open browser window automatically #84
- [hlx build] Create openwhisk action from templates #70
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" />