warden 0.5.2
warden: ^0.5.2 copied to clipboard
Static Builder CLI
0.1.0 #
- Initial version.
0.2.0 #
- Bundle JS assets #5 by @joegasewicz in https://github.com/joegasewicz/warden/pull/9
0.2.1 #
- Check that only js files get bundled #10 by @joegasewicz in https://github.com/joegasewicz/warden/pull/11
0.3.0 #
- Adds
warnings
flag to yaml. - Fixes version flag.
0.3.1 #
- Fixes errors get swallowed up if warnings token is in stderr. #21 by @joegasewicz in https://github.com/joegasewicz/warden/pull/22
0.3.2 #
- Fixes move all none bundled files #23 by @joegasewicz in https://github.com/joegasewicz/warden/pull/24
0.4.0 #
- Added move assets #25 by @joegasewicz in https://github.com/joegasewicz/warden/pull/26
0.4.1 #
- Version fix
0.5.0 #
- Multiple dependencies #29 by @joegasewicz in https://github.com/joegasewicz/warden/pull/30
0.5.1 #
- Version fix
0.5.2 #
- 🪲Bug fix for dart watch not waiting for tasks to complete before re-bundling.