We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517adc9 commit 62929f7Copy full SHA for 62929f7
1 file changed
generate/foundation.php
@@ -50,7 +50,10 @@
50
//$page->content(file_get_contents($source."donate.html"));
51
//writeFile($dest."donate/index.html", $page->out());
52
53
+// After the pages are created, copy them to the Foundation subdomain
54
+//cp ../../img/processing-web.png ../../distribution/img/
55
56
+`cp ../processing-site/* /var/www/foundation/`;
57
58
59
$benchmark_end = microtime_float();
0 commit comments