Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Fix grunt pre-build error#1104

Merged
kazup01 merged 1 commit into
BoostIO:masterfrom
yosmoc:fix_grunt_pre-build_error
Nov 11, 2017
Merged

Fix grunt pre-build error#1104
kazup01 merged 1 commit into
BoostIO:masterfrom
yosmoc:fix_grunt_pre-build_error

Conversation

@yosmoc

@yosmoc yosmoc commented Nov 10, 2017

Copy link
Copy Markdown
Member

Before

./node_modules/grunt/bin/grunt pre-build
secret/auth_code.json is not found. CodeSigning is not available.
Running "pre-build" task

Running "compile" task
node_modules/.bin/webpack --config webpack-production.config.js
Hash: ccaf27ad4bf2df5d3c4b
Version: webpack 1.15.0
Time: 24077ms
    + 969 hidden modules

ERROR in main.js from UglifyJs
SyntaxError: Unexpected token punc «,», expected punc «:» [./~/markdown-it-plantuml/lib/deflate.js:6,0]

ERROR in finder.js from UglifyJs
SyntaxError: Unexpected token punc «,», expected punc «:» [./~/markdown-it-plantuml/lib/deflate.js:6,0]


Running "pack:osx" (pack) task
/Users/yoshi/src/github.com/yosmoc/Boostnote/dist
Packaging app for platform darwin x64 using electron v1.6.15

Done.

After

./node_modules/grunt/bin/grunt pre-build
secret/auth_code.json is not found. CodeSigning is not available.
Running "pre-build" task

Running "compile" task
node_modules/.bin/webpack --config webpack-production.config.js
Hash: 96f1d33ce56d038a4b30
Version: webpack 1.15.0
Time: 35587ms
    Asset     Size  Chunks             Chunk Names
  main.js   2.2 MB       0  [emitted]  main
finder.js  1.72 MB       1  [emitted]  finder
    + 968 hidden modules


Running "pack:osx" (pack) task
/Users/yoshi/src/github.com/yosmoc/Boostnote/dist
Packaging app for platform darwin x64 using electron v1.6.15

Done.
@kazup01 kazup01 self-requested a review November 11, 2017 01:43

@kazup01 kazup01 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kazup01 kazup01 merged commit e093c7f into BoostIO:master Nov 11, 2017
@kazup01

kazup01 commented Nov 11, 2017

Copy link
Copy Markdown
Member

Merged. Thank you for your contribution!

@yosmoc yosmoc deleted the fix_grunt_pre-build_error branch November 12, 2017 00:19
@kohei-takata kohei-takata mentioned this pull request Nov 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants