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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -