Skip to content

Commit bdb3d32

Browse files
committed
Copy css for Foundation site
1 parent 4a9d6c4 commit bdb3d32

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

generate/foundation.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
`cd $path && cp -r foundation-site/* /var/www/foundation/`;
5858
echo("done!");
5959

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+
6064
$benchmark_end = microtime_float();
6165
$execution_time = round($benchmark_end - $benchmark_start, 4);
6266

0 commit comments

Comments
 (0)