https://github.com/pganssle/jekyll-symlink-mwe
https://github.com/pganssle/jekyll-symlink-mwe
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pganssle/jekyll-symlink-mwe
- Owner: pganssle
- Created: 2018-09-05T16:31:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T16:36:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T17:34:37.783Z (over 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MWE reproducing jekyll issue
This is a repository designed to reproduce the issue in [jekyll/jekyll#6295](https://github.com/jekyll/jekyll/issues/6295).
To reproduce, clone this repository and run `jekyll serve -w`. Confirmed with version 3.8.3.
```bash
$ jekyll --version
jekyll 3.8.3
$ jekyll serve -w
Configuration file: /tmp/jekyll-symlink-mwe/_config.yml
Source: /tmp/jekyll-symlink-mwe
Destination: /tmp/jekyll-symlink-mwe/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 0.049 seconds.
Auto-regeneration: enabled for '/tmp/jekyll-symlink-mwe'
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
** ERROR: directory is already being watched! **
Directory: /tmp/jekyll-symlink-mwe/exclude_this_dir/_layouts
is already being watched through: /tmp/jekyll-symlink-mwe/exclude_this_dir/_layouts
MORE INFO: https://github.com/guard/listen/wiki/Duplicate-directory-errors
```