fix build script to also build html

This commit is contained in:
2017-09-09 19:50:34 +02:00
parent 20165f5306
commit 22101cc000
4 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function process_html($s) {
$no_tpl_files = ['help', 'cfg_wifi_conn'];
$dest = ESP_DEMO ? __DIR__ . '/../html_demo/' : __DIR__ . '/../html/';
$dest = __DIR__ . '/out/';
ob_start();
foreach($_pages as $_k => $p) {