From 963bfce9ccc42d4526472ad2de578c7036f4d4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 9 Sep 2017 19:52:03 +0200 Subject: [PATCH] updated build script --- .gitignore | 1 + build.sh | 4 ++++ out/.gitkeep | 0 3 files changed, 5 insertions(+) create mode 100644 out/.gitkeep diff --git a/.gitignore b/.gitignore index 333120f..744d0a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ _env.php js/* css/* +out/* !.gitkeep node_modules/ *.~ diff --git a/build.sh b/build.sh index 27e23e6..63e7d82 100755 --- a/build.sh +++ b/build.sh @@ -18,4 +18,8 @@ echo "Building CSS..." npm run sass -- --output-style compressed sass/app.scss > css/app.css +echo "Building HTML..." + +php ./build_html.php + echo "ESPTerm front-end ready" diff --git a/out/.gitkeep b/out/.gitkeep new file mode 100644 index 0000000..e69de29