-
Notifications
You must be signed in to change notification settings - Fork 6
Refactor examples #564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor examples #564
Conversation
| contentBase: path.join(__dirname, 'build'), | ||
| openPage: '/simple/' | ||
| openPage: '/simple/', | ||
| publicPath: '/agent.js/' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gh-page path has /agent.js
| "release": "lerna exec --bail=false -- 'can-npm-publish && npm publish'", | ||
| "start": "concurrently -k 'yarn w:examples' 'yarn w:website' 'yarn w:html'", | ||
| "test": "karma start", | ||
| "w:examples": "webpack-dev-server --config examples/webpack.config.ts --output-path examples/build/assets --env production", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused option
| "w:examples": "webpack-dev-server --config examples/webpack.config.ts --output-path examples/build/assets --env production", | ||
| "w:html": "pug examples -o examples/build -P -s -w", | ||
| "w:examples": "webpack-dev-server --config examples/webpack.config.ts --env production", | ||
| "w:html": "pug examples -o examples/build/agent.js -P -s -w", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix with webpack-dev-server
|
Blogのリンクが404になるのはOKなんでしたっけ? |
shkumagai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一点気になったトコだけコメントしました
examples/built-in/index.pug
Outdated
| include:markdown-it README.md | ||
|
|
||
| block breadcrumb-current | ||
| li.active use with nodejs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Node.js® ?
Codecov Report
@@ Coverage Diff @@
## master #564 +/- ##
=======================================
Coverage 91.63% 91.63%
=======================================
Files 19 19
Lines 550 550
Branches 97 97
=======================================
Hits 504 504
Misses 25 25
Partials 21 21 |
TL;DR
check this pr
How to check
Check list
yarn e2efinished with success.