grunt-combohtml
Advanced tools
Comparing version 0.1.38 to 0.1.39
{ | ||
"name": "grunt-combohtml", | ||
"description": "combine build html with ssi.", | ||
"version": "0.1.38", | ||
"version": "0.1.39", | ||
"homepage": "https://github.com/jayli/grunt-combohtml", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -39,4 +39,2 @@ // 'use strict'; | ||
} | ||
var combinedJS = getCombinedAssets(JS_Files); | ||
var combinedCSS = getCombinedAssets(CSS_Files); | ||
@@ -48,4 +46,6 @@ try { | ||
console.log(JS_Files); | ||
var combinedJS = getCombinedAssets(JS_Files); | ||
var combinedCSS = getCombinedAssets(CSS_Files); | ||
return { | ||
@@ -52,0 +52,0 @@ content: insertScript(recall(content), combinedJS, combinedCSS), |
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
157558
4026