Minified Branch Builder
Version updated for https://github.com/tristanbudd/minified-branch-github-action to version 1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Minified Branch Builder GitHub Action automates the process of minifying CSS and JavaScript files, rewriting asset references in HTML or PHP files, and pushing the optimized output to a dedicated production branch. It streamlines deployment by ensuring production-ready code with features like cache-busting, backup generation, and efficient processing for large repositories. This action eliminates the need for manual asset optimization and reference updates, saving time and reducing errors in build workflows.
What’s Changed
What’s Changed
- Run format (To pass CI) by @tristanbudd in https://github.com/tristanbudd/minified-branch-github-action/pull/7
- Update to using main branch by @tristanbudd in https://github.com/tristanbudd/minified-branch-github-action/pull/8
- Complete documentation & make rewrite use service worker. by @tristanbudd in https://github.com/tristanbudd/minified-branch-github-action/pull/9
Full Changelog: https://github.com/tristanbudd/minified-branch-github-action/compare/1.0.0...1.0.1