mirror of https://github.com/voidlizard/hbs2
wip, debug
This commit is contained in:
parent
b4a2bbdf81
commit
3a11c15f62
|
@ -431,7 +431,7 @@ runDirectory path = do
|
||||||
|
|
||||||
liftIO $ setModificationTime (path </> p) timestamp
|
liftIO $ setModificationTime (path </> p) timestamp
|
||||||
|
|
||||||
when (freshIn p e remote) do
|
when (freshIn p e remote && actuallyFile) do
|
||||||
|
|
||||||
-- FIXME: dangerous!
|
-- FIXME: dangerous!
|
||||||
lbs <- liftIO (LBS.readFile (path </> p))
|
lbs <- liftIO (LBS.readFile (path </> p))
|
||||||
|
|
Loading…
Reference in New Issue