Skip to content

Releases: adobe/helix-cli

v0.3.1

10 Aug 12:16

Choose a tag to compare

Changes

v0.3.0

09 Aug 12:14

Choose a tag to compare

Changes

  • [hlx up] changed static files are not updated #69
  • [hlx init] should create minimal example #66
  • cli does not complain about wrong options or commands #64

Related Changes

v0.2.5

25 Jul 19:35

Choose a tag to compare

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" />

v0.2.3

19 Jul 06:36

Choose a tag to compare

Fixes

  • package-lock.json should be added to init project #39
  • Rendering triggers an error with hlx up #32