Fixed gulp script, it's now building and running the code with no issues.

This commit is contained in:
2020-07-26 15:17:03 -07:00
parent 6bd8b7c3d4
commit 8f9ade2dbd
10 changed files with 9757 additions and 13 deletions

2
dev/framework.js Normal file

File diff suppressed because one or more lines are too long

1
dev/index.html Normal file
View File

@@ -0,0 +1 @@
<!DOCTYPE html> <html> <head> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> <meta name="viewport" content="initial-scale=1,width=device-width,viewport-fit=cover"> <title>Ignite-Html Test</title> </head> <body> <main-app></main-app> </body> <script type="module" src="framework.js"></script> </html>