updated project to build with gulpjs

This commit is contained in:
Samuel Philipp 2019-10-27 20:35:10 +01:00
parent 5d05b18b67
commit d4f8e8c85f
22 changed files with 8432 additions and 154 deletions

4
src/.htaccess Normal file
View file

@ -0,0 +1,4 @@
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]