Is it possible to change the default build directory in Dart? -


when run pub build, pub puts compiled app build/web. possible configure pubspec.yaml file change default output directory to, say, prod?

edit: i'm trying avoid having use --output switch each time.

you can use pub build --output=someotherdir
see pub build


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -