updated build script

cpsdqs/unified-input
Ondřej Hruška 7 years ago
parent 30f6428af0
commit 963bfce9cc
  1. 1
      .gitignore
  2. 4
      build.sh
  3. 0
      out/.gitkeep

1
.gitignore vendored

@ -1,6 +1,7 @@
_env.php
js/*
css/*
out/*
!.gitkeep
node_modules/
*.~

@ -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"

Loading…
Cancel
Save