Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"pub build" integration #55

Open
DanTup opened this issue Oct 15, 2014 · 0 comments
Open

"pub build" integration #55

DanTup opened this issue Oct 15, 2014 · 0 comments

Comments

@DanTup
Copy link
Contributor

DanTup commented Oct 15, 2014

pub build is for packing up an app ready to deploy. It runs all transformers, which includes converting Dart code into JavaScript so that it can run in standard modern browsers. It delets the build folder (if exists) and then builds the packaged version there. The build folder would generally be excluded from source control and instead used as the package for deployment.

Although i's called build, I don't know if it's close enough to a normal build to be hooked into any build actions in VS; it's more like a "publish".

pub build would always be executed in the project root.

@DanTup DanTup mentioned this issue Oct 15, 2014
4 tasks
@DanTup DanTup changed the title pub build integration "pub build" integration Oct 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant