Skip to content

Commit e7bee9e

Browse files
committed
Test for Download membership page
1 parent 8863816 commit e7bee9e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

generate/staticpages.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
$page->content(file_get_contents($source."handbook.html"));
4545
writeFile('handbook/index.html', $page->out());
4646

47+
// Added 4 April 2017 for Membership Initiative
48+
$page = new Page("Membership", "Download");
49+
$page->content(file_get_contents($source."membership.html"));
50+
writeFile('download/index.html', $page->out());
51+
4752
// Copy over the errata file for Processing: A Programming Handbook...
4853
// copy($source.'processing-errata.txt', $path.'books/processing-errata.txt');
4954
// Copy over the media.zip file for Getting Started with Processing...

0 commit comments

Comments
 (0)