Add own manifest
This commit is contained in:
parent
190e5e2e03
commit
a4f08e99a9
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -12,6 +12,7 @@
|
|||||||
*.html text eol=lf
|
*.html text eol=lf
|
||||||
*.py text eol=lf
|
*.py text eol=lf
|
||||||
*.exp text eol=lf
|
*.exp text eol=lf
|
||||||
|
*.manifest text eol=lf
|
||||||
|
|
||||||
# do not enforce text for everything - it causes issues with random binary files
|
# do not enforce text for everything - it causes issues with random binary files
|
||||||
|
|
||||||
|
9
sim/public/sim.manifest
Normal file
9
sim/public/sim.manifest
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
CACHE MANIFEST
|
||||||
|
|
||||||
|
CACHE:
|
||||||
|
/cdn/bluebird.min.js
|
||||||
|
/cdn/pxtsim.js
|
||||||
|
/sim/sim.js
|
||||||
|
|
||||||
|
NETWORK:
|
||||||
|
*
|
@ -1 +0,0 @@
|
|||||||
# No additional files
|
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en" data-framework="typescript">
|
<html lang="en" data-manifest="" data-framework="typescript">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user