This release features a new set of build scripts using npm Scripts
which dramatically reduces dependencies from the aging Gulp tools. Dependencies have been reduced by over 60% and build times in Bitbucket Pipelines have improved by over 30%.
What's changed
- New suite of build tools using npm Scripts replacing the old Gulp scripts
- Container statistics table displayed when
build
runs - Container build info and statistics saved to container under the
Mojito.buildInfo
key in the published container - The new
npm run watch
command willdeploy
your container to your development environment while you're actively working on experiments and files inside your container
Breaking changes
- Legacy
gulp
CLI commands have been replaced by newernpm
commands - please update your CI according to the new syntax
Full Changelog: v2.4.1...v2.5.0