Skip to content

v2.3.5

Latest

Choose a tag to compare

@timriley timriley released this 06 Feb 02:42
· 49 commits to main since this release
v2.3.5
f6c95f4

Changed

  • In assets commands, provide the node command with the assets config path relative to app root instead of an absolute path (config/assets.js instead 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).