webdev 0.1.2
webdev: ^0.1.2 copied to clipboard
A CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart.
0.1.2 #
- Remove check for
build_web_compilers. Allows general support forbuild_runnerfrom tools. - Use
pub depsto validate target directory.
0.1.1 #
- Checks for a dependency on
build_web_compilers. - Gracefully handle exceptions.
0.1.0 #
- Initial release. Supports basic invocation of
buildandservewithbuild_runner: ^0.8.0.