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