Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.6
-
None
-
None
Description
I had a file, A.ehtml and after running forrest, it was copied to my build/tmp directory. Later, I deleted it from my src directory and created A.xml. When I ran forrest, A.ehtml was still in my build/tmp directory and took precedence over A.xml. So A.xml was not used to generate A.html.
There should be a 'clean' target when running forrest that deletes the tmp directory. Or just have the 'site' target delete the tmp directory before copying files to it.
There should be a 'clean' target when running forrest that deletes the tmp directory. Or just have the 'site' target delete the tmp directory before copying files to it.