silk-web-toolkit / silk

Silk compile time web toolkit
http://silk-web-toolkit.github.io/silk-site/
Other
4 stars 0 forks source link

On Windows 8.1, when the data folder is empty, Silk will constantly respin the site #80

Closed CreativeFruitBowl closed 10 years ago

CreativeFruitBowl commented 10 years ago

I created a new Silk site today with an empty data folder. When Silk had spun the site once, it would re-spin the site every second or two.

This only stopped when I deleted the /data/ folder.

Not sure if present on other OS'

Silk version 0.5.0.

rossajmcd commented 10 years ago

Good spot, thanks. We will need to add 'data' to the list of items that do not trigger a spin, or it can get stuck in an endless cycle of spinning as this process may optionally populate content in the 'data' directory.

rossajmcd commented 10 years ago

Hmm, actually I think we have moved writing edn data as part of a spin to a location outside the local silk site, perhaps my former comment is not true. Will look into it.

rossajmcd commented 10 years ago

It looks like silk cli in reload mode has this problem on windows 7 home premium, so we can certainly recreate. Also not as suspected a Windows 8.1 issue.

rossajmcd commented 10 years ago

also not a 'data' directory related issue, this is happening with silk 0.5.0 with the silk-examples blog site