This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Releases: szwacz/electron-boilerplate
Releases · szwacz/electron-boilerplate
4.1.0
4.0.0
- To properly work with
electron-builder
the applicaiton source code has been split into two folders:src
andapp
. See readme for longer explanation. As a byproduct of this change builds are now much faster (no need for copying static files likenode_modules
folder). - Using now
rollup
incremental builds (faster rebuilds in gulp watch tasks). - If any gulp task in watch mode will fail sound is played in terminal to let you know.
- Using now
electron
(notelectron-prebuilt
) npm module. - Gulp build process no longer has
clean
task. - Unit tests now respect source maps when raporting errors
3.0.0
Integrated electron-builder
- Thanks to that boilerplate is significantly smaller
- Installers are now created by electron-builder
- Native modules rebuilding is handled by electron-builder
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1: Merge pull request #145 from rodrigok/custom-name
- Name of installer file can now be easily customized (thanks to @rodrigok)