31 Commits
Author SHA1 Message Date
Barthélémy LedouxandULIVZ 2348e75fb1 fix(dev): Prevent files at node_modules from being watched (close: #855) (#856)
When running vuepress dev, chorkidar is set to observe all
addition/removal of md files inside the entity folder.

`node_modules` is one of these folders and can contain tons of
subfolders. It mostly never contains any md files anyway, and
even rarely has any hot additions of md files.

Another perk of this perf fix is this: If for some reason a developer
decided to publish a folder with a weird name in its module. It will not
prevent `vuepress dev` from loading.
2018-09-20 13:44:59 +08:00
r3stm4nandULIVZ 5afff6fe89 refactor: setting HMR port (better solution of #586) (#590) 2018-06-18 00:50:49 +08:00
ULIVZ c5afc1bd8b Revert "fix: setting HMR port (close: #582) (#586)"
- Revert is because there is a better solution at #590

This reverts commit 64bb80d91a.
2018-06-18 00:47:44 +08:00
r3stm4nandULIVZ 64bb80d91a fix: setting HMR port (close: #582) (#586) 2018-06-14 20:58:19 +08:00
kazuki sakoandULIVZ 825877c27a feat: enable header request Content-Range (#555) 2018-06-07 22:30:07 +08:00
ULIVZ 6048eb9f00 fix($dev): using config.yml/toml doesn't reload changes (close: #520) 2018-05-29 23:12:19 +08:00
ULIVZandGitHub d53807ea1e feat: better log (#506) 2018-05-26 18:04:48 +08:00
Liu XinyuandULIVZ 22ffe523fd fix: upgrade webpack-serve and avoid port conflict (close #424) (#425) 2018-05-13 23:51:43 +08:00
Liu XinyuandULIVZ ab53998c01 fix: glob patterns error on windows (close: #348) (#400) 2018-05-11 23:43:48 +08:00
Evan You 4d5c50e445 fix: default to localhost on windows (close #221) 2018-04-23 12:56:10 -04:00
Evan You fd95a796a8 chore: show localhost for default host 2018-04-18 13:18:04 -04:00
wangyi7099andEvan You fd447aea06 fix: use correct host in tip after the server has started (#130) 2018-04-18 11:59:57 -04:00
Evan You 99366968f5 feat: allow configuring host + default to 0.0.0.0 (close #86) 2018-04-16 23:43:48 -04:00
Evan You 4816befa57 fix: avoid html-webpack-plugin requiring incomaptible webpack internals 2018-04-16 13:44:32 -04:00
Evan You 781e37a54b fix: prioritize own deps + avoid serving wrong index.html (fix #69) 2018-04-16 11:03:09 -04:00
Fady Samir SadekandEvan You f2a8229e2d fix(dev build): use portfinder (#30)
close #26
2018-04-15 14:19:58 -04:00
Evan You 9719bc3246 tweak cli output 2018-04-14 17:03:38 -04:00
Evan You ca82906b66 feat: auto detect invalid inbound links 2018-04-13 09:30:40 -04:00
Evan You c92250e92a handle site data hot reload 2018-04-11 17:46:31 -04:00
Evan You 6ed60fcb2c handle base during dev 2018-04-11 17:26:37 -04:00
Evan You 0db46e5136 toggle sidebar 2018-04-10 12:56:41 -04:00
Evan You 33624f310f css optimization 2018-04-10 10:26:12 -04:00
Evan You 46fcbc788a userUtil for extracting headers 2018-04-09 17:43:17 -04:00
Evan You b4f82b7f5e update on config and frontmatter changes 2018-04-07 17:34:19 -04:00
Evan You 1f0c289819 support custom webpack config 2018-04-07 15:51:13 -04:00
Evan You 4bde115c9e more docs 2018-04-06 15:53:12 -04:00
Evan You 4e33f5afa9 cli 2018-04-05 17:07:14 -04:00
Evan You f472a47641 handle public dir 2018-04-05 14:21:09 -04:00
Evan You 0813992627 fix title, ignore .vuepress md 2018-04-05 14:03:21 -04:00
Evan You 6471d4f9db handle codeblocks 2018-04-05 01:39:28 -04:00
Evan You ef9715f51a tweaks 2018-04-04 23:49:27 -04:00