1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-25 15:41:42 +00:00
Rokt33r 7bbe69cce9 Merge branch 'v0.5.4'
* v0.5.4:
  bump up version to v0.5.4
  emit ARTICLE_CREATE when new post clicked
  update h1 style of markdown
  fix go to line end
  clean old code
  fix sanitizing bug in Code block
  done but bugged

Conflicts:
	package.json
2016-01-22 03:01:13 +09:00
2016-01-19 18:47:35 +09:00
2016-01-06 04:41:19 +09:00
2016-01-22 03:01:13 +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-22 02:59:35 +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%