문제

I am on windows xp.

I run yesod devel command during development and expect it to pick up any changes I make, and it does restart when I save a file.

But nevertheless my changes are not reflected in what is shown in the browser (when I refresh the page, for example, after editing the corresponding hamlet template).

Compiling the executable with cabal install and running it from the installation directory does show my changes.

What am I doing wrong?

EDIT:

this is happening because yesod cannot "touch":System.PosixCompat.Files.setFileTimes: not supported: illegal operation.

도움이 되었습니까?

해결책

this is happening because yesod cannot "touch":System.PosixCompat.Files.setFileTimes: not supported: illegal operation.

I have opened a bug on that: https://github.com/yesodweb/yesod/issues/119

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top