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

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -