catalogue icon indicating copy to clipboard operation
catalogue copied to clipboard

Simplify build scripts

Open philwinder opened this issue 7 years ago • 2 comments

Current problem:

  • Too complex
  • Too slow (runs gvt for every build)

I like the build in container philosophy, but maybe it's not required. Devs have to manage their deps to to development anyway. Consider removing build container?

Also see #34

philwinder avatar Mar 10 '17 15:03 philwinder

Check in the vendored dependencies in the vendor/ folder. This will eliminate the step of fetching/pruning dependencies from the Internet for each build, which constitutes the majority of the time in the build step.

khyew avatar Jul 09 '18 18:07 khyew

I think this demo should work as close to the real world as possible.

I think with #50 and if we improve #32 it will be more than fast enough.

drubin avatar Nov 27 '18 12:11 drubin