Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.51 KB

DELEVOPING.md

File metadata and controls

53 lines (33 loc) · 1.51 KB

Using the Rust builder:   (suggested)


Setup:


Develop:

  • 1: In the 'builder' folder, run 'cargo run' (or just run 'cargo -C ./builder -Z unstable-options run' from the main folder)
  • 2: Make changes to 'src color-theme.json', and the actual theme files will automatically be updated
  • 3: When done, enter 'Stop' (or 's') to stop the builder

Export:

  • 1: In the 'builder' folder, run 'cargo run'
  • 2: Enter 'Export', and a folder named 'output' should appear with the finished extension (this command does not update the theme files, because the builder already builds the themes every time it is started)





Using the Node builder: (OUTDATED)


Setup:


Develop:

  • 1: Make changes to 'src color-theme.json'
  • 2: Run 'node build_themes.js' to create and/or update the actual theme files
  • 3: Repeat

Export:

  • Run 'node build_extension.js', and a folder named 'output' should appear with the finished extension (this script also builds the themes)