Index: templates/edge/[Content_Types].xml.tmpl |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/templates/edge/[Content_Types].xml.tmpl |
@@ -0,0 +1,13 @@ |
+<?xml version="1.0" encoding="UTF-8"?> |
+<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"> |
+ <Default Extension="json" ContentType="application/json"/> |
Sebastian Noack
2016/07/01 15:56:04
I wonder whether we should auto-generate the defau
Vasily Kuznetsov
2016/07/01 19:51:28
We could, but I thought it would be more work than
Sebastian Noack
2016/07/05 14:30:37
I don't have a strong opinion, but in the sense of
Vasily Kuznetsov
2016/07/07 16:23:48
I implemented your suggestion and now the content
|
+ <Default Extension="html" ContentType="text/html"/> |
+ <Default Extension="js" ContentType="application/x-javascript"/> |
+ <Default Extension="png" ContentType="image/png"/> |
+ <Default Extension="css" ContentType="text/css"/> |
+ <Default Extension="gif" ContentType="image/gif"/> |
+ <Default Extension="otf" ContentType="application/octet-stream"/> |
+ <Default Extension="xml" ContentType="text/xml"/> |
+ <Override PartName="/AppxManifest.xml" ContentType="application/vnd.ms-appx.manifest+xml"/> |
+ <Override PartName="/AppxBlockMap.xml" ContentType="application/vnd.ms-appx.blockmap+xml"/> |
+</Types> |