grunt-combohtml
Advanced tools
Comparing version 0.1.26 to 0.1.27
{ | ||
"name": "grunt-combohtml", | ||
"description": "combine build html with ssi.", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"homepage": "https://github.com/jayli/grunt-combohtml", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -110,8 +110,8 @@ // 'use strict'; | ||
var comboStr = ''; | ||
if(comboCSS){ | ||
comboStr += '<link href="'+css+'" rel="stylesheet" />\n'; | ||
} | ||
if(comboJS){ | ||
comboStr += '<script src="'+js+'"></script>\n'; | ||
} | ||
if(comboCSS){ | ||
comboStr += '<link href="'+css+'" rel="stylesheet" />\n'; | ||
} | ||
comboStr += arguments[0]; | ||
@@ -118,0 +118,0 @@ return comboStr; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
4