Releases: hanami/hanami-cli
Releases · hanami/hanami-cli
v2.3.5
Changed
- In
assetscommands, provide the node command with the assets config path relative to app root instead of an absolute path (config/assets.jsinstead of/full/path/to/config/assets.js). This allows the assets commands to work in environments where Node.js is "sandboxed" in such a way that it doesn't share the same absolute path. (@haileys in #381).
v2.3.4
Fixed
- Avoid an unhandled exception in the "are we inside a Hanami app?" check that happens at the beginning of every CLI invocation. This would occur when a bundled gem is already activated (from our testing: bigdecimal) but in conflict with the required version of that gem by a Hanami dependency. (@timriley in #380).