Skip to content

Releases: bigbite/build-tools

1.0.0-beta.2

27 Oct 16:38
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Changelog

  • Documentation updated to include step on requiring asset-settings.php.
  • Can now transpile es6 modules that are included via packages.
  • CLI will now display which projects are being built, using their package.name as the reference.
  • Package version is now added to asset-settings.php.
  • Build will now use the projects node_modules rather than the one in root when building a site.
    • ⚠️ This means each project (plugin|theme) will be required to manage it's own packages, etc.
  • Babel config is no longer required in the root of the site or project.
  • Fixed issue where styles urls being parsed and subsequent files were hashed.

Full Changelog: 1.0.0-beta.1...1.0.0-beta.2

1.0.0-beta.1

15 Oct 09:38
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release
chore: update readme with references to changes