# options to define dependencies between templates # # depend *=header,footer,menu # depend index.html=mainpage,sidebar # depend menu=menuitem,menubar depend *=header.tt,footer.tt # copy everything except .tt files; those ought to be processed copy = \.(php|pl|cgi|ico|jpg|pdf|scssc|scss|css|map|eot|svg|otf|ttf|woff|woff2|js|ics|less|eps|pdn|tif|xml)$ # directory containing source page templates src = ../trixietang.co.uk/src # directory where output files should be written [~/dist] dest = ../../dist/trixietang.co.uk # additional directories of library templates lib = ../trixietang.co.uk/lib