Skip to content
Discussion options

You must be logged in to vote

Here are the steps that the current bootstrap and build scripts take. If the electron-builder does some of these. we can remove the code for that particular step, otherwise, we must keep the current code of that step.

Bootstrapping:

  • dependencies installation for scripts/package.json using npm
  • dependencies installation for apm/package.json using npm
  • dependencies installation for ./package.json using npm

Building:

  • cleaning build directory
  • copying assets
  • custom transpilation
  • babel transpilation
  • CoffeeScript transpilation
  • cson transpilation
  • pegjs transpilation
  • generating module cache
  • less transpilation
  • generating metadata
  • generating API docs
  • dumping symbols for native modules
  • packaging the…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aminya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants