1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-12 17:26:17 +00:00
2016-01-10 06:46:20 +09:00
2016-01-10 04:40:12 +09:00
2016-01-10 04:32:20 +09:00
2016-01-06 04:41:19 +09:00
2015-12-29 03:09:20 +09:00
2015-12-30 14:19:01 +09:00
2015-12-25 04:44:14 +09:00
2015-10-08 20:40:19 +09:00
2016-01-10 06:46:20 +09:00
2016-01-10 06:46:20 +09:00
2015-12-25 11:06:00 +09:00
2015-12-19 14:51:12 +09:00
2016-01-10 06:46:20 +09:00
2016-01-06 04:41:19 +09:00
2015-12-30 14:19:01 +09:00

Boostnote

Hack your memory

Develope

  1. turn on HMR server
npm run webpack
  1. run hot mode
npm run hot

npm start is using compiled scripts. see Build to compile scripts.

Build

  1. Compile scripts

compile all browser stuff(Javascript, Stylus).

grunt compile
  1. Build executable

build Boostnote.app (OS X) / Boostnote.exe (Windows)

grunt pack:osx
grunt pack:windows
  1. Codesign (OSX only)

codesign with Certification.

grunt codesign

OSX_COMMON_NAME must be defined inside /secret/auth_code.json.

codesigning on windows is included to creating installer.

  1. Create installer

create installer, Boostnote.dmg(OSX) / Setup.exe(Windows).

grunt create-windows-installer

Windows only

WIN_CERT_PASSWORD must be defined inside /secret/auth_code.json. /secret/authenticode_cer.p12 is required also.

  1. Zip (OSX only)

zip Boostnote.app file.

grunt zip:osx

Stuff(Setup.exe, .nupkg) of Windows are not needed to be zipped.

Using stack

Codestyle

js-standard-style

Author

Rokt33r(Dick Choi)

License

Check here.

Description
No description provided
Readme 24 MiB
Languages
JavaScript 82.6%
Stylus 16.2%
HTML 1.2%