forked from leftypol/leftypol
advanced build (1/2): a small refactor of index generating procedure; generation strategies
This commit is contained in:
parent
644f227ab3
commit
b6f0317bde
8 changed files with 169 additions and 47 deletions
|
@ -11,10 +11,12 @@
|
|||
return;
|
||||
}
|
||||
|
||||
if ($config['smart_build']) {
|
||||
$action = generation_strategy('sb_ukko', array());
|
||||
|
||||
if ($action == 'delete') {
|
||||
file_unlink($settings['uri'] . '/index.html');
|
||||
}
|
||||
else {
|
||||
elseif ($action == 'rebuild') {
|
||||
file_write($settings['uri'] . '/index.html', $ukko->build());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue