essex-build

Project Essex Build Infrastructure for Frontend Systems

MIT License

Stars
10
Committers
10

Bot releases are hidden (Show)

essex-build - v16.0.0 Latest Release

Published by darthtrevino over 3 years ago

Major

In this build, the zip command semantics were changed. Instead of a cwd argument, which implied path roots and execution context, we pass a baseDir argument so as not to conflate it with execution context. This allows us to handle common patterns such as executing the zip command at a package level, but including everything within a dist/ folder. This also improves the safety of zips by encouraging idempotent zips actions by default.

essex-build - v8.0.16

Published by darthtrevino about 4 years ago

A more modular, composable approach

essex-build - v7.0.4

Published by darthtrevino over 4 years ago

Patch

Remove redundant audit-ci configuration (#17 )

essex-build - v7.1.0

Published by darthtrevino over 4 years ago

Minor

  • Add override capabilities to audit-ci task (#18 )