spiffcode / ghedit

A fast, powerful web-based code editor for GitHub repositories
https://spiffcode.github.io/ghedit/
MIT License
341 stars 49 forks source link

fix ghedit build issues #9

Open scottlu opened 8 years ago

scottlu commented 8 years ago
  1. Currently the GHEdit build is separated into two pieces: the VSCode build, then the GHEdit build. The GHEdit build needs be integrated into the existing VSCode build so that it is just another build flavor.
  2. workbench.main is packed and minimized, but not yet the other module entry points.
  3. As part of 2, the GHEdit build should only build / release what is necessary for it. It isn't "optimized".