ruby - Jekyll is not detecting when a new folder is added -
i'm using jekyll create new site. i'm using command jekyll serve --watch
automatically rebuild site each time change made.
this working great long make change existing file. however, if add new folder, jekyll not notice it. have stop jekyll watching, restart notice new folder , include in _site directory.
is expected behaviour or there problem setup?
the same thing happens jekyll. believe jekyll serve --watch
command looks in current directories changes, not newly created ones.
Comments
Post a Comment