Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@kingo55 kingo55 released this 03 Jan 00:59
0a32c0f

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 will deploy 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 newer npm commands - please update your CI according to the new syntax

Full Changelog: v2.4.1...v2.5.0