Fix some issues when building with Korebuild. Also make it build the project templates.

This commit is contained in:
SteveSandersonMS
2016-10-05 10:59:24 +01:00
parent 81d96766ee
commit ff396377b9
8 changed files with 9 additions and 7 deletions

View File

@@ -37,7 +37,8 @@ namespace Webpack.ActionResults
_moduleExport,
request.GetEncodedUrl(),
request.Path + request.QueryString.Value,
_dataToSupply
_dataToSupply,
/* timeoutMilliseconds */ 30000
);
response.ContentType = "text/html";