sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Build artifacts should not be produced next to source files

Open mit-mit opened this issue 8 years ago • 3 comments

We currently place the build artifacts (.bin, .elf, etc.) next to the source files. We should put them inside an build directory.

mit-mit avatar May 30 '16 08:05 mit-mit

In Atom Dartino plugin, I can have the build artifacts placed in a build directory relative to the project directory ( e.g. /build/*/.elf ). When compiling from the command line, there is no concept of a project directory, so in which "build directory" should the build artifacts be placed?

danrubel avatar May 31 '16 20:05 danrubel

For the command line can we just say that the build directory is a placed "next to" the .dart file passed to the compiler?

mit-mit avatar Jun 01 '16 15:06 mit-mit

Sgtm

danrubel avatar Jun 01 '16 15:06 danrubel