From 8c106051560bddf05d563ca772356e3bf9aaa1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 10 Sep 2017 11:27:07 +0200 Subject: [PATCH] update build script from master --- build_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_html.php b/build_html.php index 78f3aea..5bc4f15 100755 --- a/build_html.php +++ b/build_html.php @@ -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) {