Lost middleman project only have build files

due to upgrading mamp i lost all my files in the htdocs folder and now i dont have the original middleman project only the build files which are on the server.

is there a way to get these files back somehow from the build files?

i coded the project in haml and there are around 40 pages on the site so is big site to manage and i now have some issues with file direction

Sorry there is no wat to reverse engineer this with Middleman

Please check out the use of Version control with GitHub for all future projects to avoid such mistakes.

To rebuild the HAML you could take the buld folder and run it through a HTML to HAML online converter

good luck