Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/edge/[Content_Types].xml.tmpl

Issue 29345751: Issue 4028 - Add support for Edge extensions to buildtools (Closed)
Patch Set: Address comments on patch set 1 Created June 17, 2016, 5:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld