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 4a9d6c4 commit bdb3d32Copy full SHA for bdb3d32
1 file changed
generate/foundation.php
@@ -57,6 +57,10 @@
57
`cd $path && cp -r foundation-site/* /var/www/foundation/`;
58
echo("done!");
59
60
+echo("Starting to copy the CSS...");
61
+`cd $path && rm -rf /var/www/foundation/css/ && mkdir /var/www/foundation/css/ && cp -r css/* /var/www/foundation/css/`;
62
+echo("done!");
63
+
64
$benchmark_end = microtime_float();
65
$execution_time = round($benchmark_end - $benchmark_start, 4);
66
0 commit comments