flex-combo
Advanced tools
Comparing version 0.5.8 to 0.5.9
@@ -383,3 +383,3 @@ var http = require('http') | ||
var filteredUrl = filterUrl(url); | ||
res.setHeader('Content-Type', mime.lookup(filteredUrl.split('?')[0])); | ||
res.setHeader('Content-Type', mime.lookup(filteredUrl.split('?')[0])+';charset='+param.charset); | ||
var singleFileContent = readFromLocal(filteredUrl); | ||
@@ -473,3 +473,3 @@ | ||
if(i === 0 ){ | ||
res.setHeader('Content-Type', mime.lookup(fullPath.split('?')[0])); | ||
res.setHeader('Content-Type', mime.lookup(fullPath.split('?')[0])+';charset='+param.charset); | ||
} | ||
@@ -476,0 +476,0 @@ |
{ | ||
"name": "flex-combo", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "The Flex-combo is combo tool designed for web front-end developer. It support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -5,0 +5,0 @@ "main": "flex-combo.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84309