mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #401] [MERGED] Improve build script #743
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#743
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/401
Author: @Rokt33r
Created: 4/8/2020
Status: ✅ Merged
Merged: 4/9/2020
Merged by: @Rokt33r
Base:
master← Head:improve-build-script📝 Commits (10+)
63ba8a4Format webpack config files53548fcUse webpack to compile electron source code6747278Discard unused dev script and rename dev scriptf1a8cd4Rollback dev script for web appe52c25fUpdate document624a37bUse typescript for electron's main process123244dAdd build script for electron main processc53b1bfImprove build script structure1b3f0b0Fix dev:electron script197860cRename app directory to electron📊 Changes
14 files changed (+831 additions, -163 deletions)
View changed files
📝
.gitignore(+2 -3)➕
electron/.gitkeep(+0 -0)📝
package-lock.json(+524 -6)📝
package.json(+13 -9)📝
readme.md(+25 -14)➕
scripts/build-electron-main.ts(+42 -0)➕
scripts/dev-electron.ts(+80 -0)📝
scripts/meta.js(+3 -3)➕
src/electron/consts.ts(+1 -0)📝
src/electron/index.ts(+27 -10)📝
src/electron/menu.ts(+27 -31)📝
src/electron/updater.ts(+17 -16)📝
webpack.config.ts(+41 -42)📝
webpack.mobile.config.ts(+29 -29)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.