diff --git a/.gitattributes b/.gitattributes index af5e14eb..00076398 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ *.html text eol=lf *.py text eol=lf *.exp text eol=lf +*.manifest text eol=lf # do not enforce text for everything - it causes issues with random binary files diff --git a/sim/public/sim.manifest b/sim/public/sim.manifest new file mode 100644 index 00000000..1a7b5996 --- /dev/null +++ b/sim/public/sim.manifest @@ -0,0 +1,9 @@ +CACHE MANIFEST + +CACHE: +/cdn/bluebird.min.js +/cdn/pxtsim.js +/sim/sim.js + +NETWORK: +* diff --git a/sim/public/sim.manifestfiles b/sim/public/sim.manifestfiles deleted file mode 100644 index 841c6285..00000000 --- a/sim/public/sim.manifestfiles +++ /dev/null @@ -1 +0,0 @@ -# No additional files diff --git a/sim/public/simulator.html b/sim/public/simulator.html index 310efee0..5f2f1c86 100644 --- a/sim/public/simulator.html +++ b/sim/public/simulator.html @@ -1,5 +1,5 @@ - +