jekyll serve '--watch' doesn't work in combination with '--detach' -


this works:

jekyll serve --watch 

this notice new file in ./_posts , autogenerate static files

but

jekyll serve --watch --detach 

doesn't autogenerate files. want have autogenerating while running headless.

how jekyll working headless , watching new files too?

*using jekyll (1.5.1) ruby 2.1.0dev (2013-09-22 trunk 43011) on debian 3.2.51-1 x86_64*

unfortunately, known bug in jekyll. release notes said fixed after --detach implemented, bug still there. now, recommend using jekyll serve --watch in separate shell.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -