1. 26 11月, 2018 3 次提交
  2. 25 11月, 2018 3 次提交
  3. 14 11月, 2018 3 次提交
  4. 17 10月, 2018 2 次提交
  5. 08 10月, 2018 1 次提交
  6. 25 9月, 2018 1 次提交
  7. 20 9月, 2018 1 次提交
    • B
      fix(dev): Prevent files at node_modules from being watched (close: #855) (#856) · 2348e75f
      Barthélémy Ledoux 提交于
      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.
      2348e75f
  8. 16 9月, 2018 5 次提交
  9. 15 9月, 2018 3 次提交
  10. 13 9月, 2018 3 次提交
  11. 28 8月, 2018 2 次提交
  12. 27 8月, 2018 1 次提交
  13. 22 8月, 2018 1 次提交
  14. 14 8月, 2018 4 次提交
  15. 12 8月, 2018 3 次提交
  16. 10 8月, 2018 4 次提交