flex-combo
Advanced tools
Comparing version 0.13.3 to 0.13.4
@@ -76,3 +76,3 @@ /** | ||
fcInst.addEngine("\\.tpl\\.js$", DAC.tpl, "dac/tpl"); | ||
fcInst.addEngine("\\.cmd\\.js$", DAC.cmd, "dac/tpl"); | ||
fcInst.addEngine("\\.js$", DAC.cmd, "dac/cmd"); | ||
fcInst.addEngine("\\.html\\.js$", function (htmlfile, reqOpt, args, cb) { | ||
@@ -139,3 +139,3 @@ DAC.tpl(htmlfile, reqOpt, args, function (err, result, filepath, MIME) { | ||
fcInst.addEngine("\\.tpl$|\\.tpl\\.js$", DAC.tpl, "dac/tpl"); | ||
fcInst.addEngine("\\.cmd\\.js$", DAC.cmd, "dac/tpl"); | ||
fcInst.addEngine("\\.js$", DAC.cmd, "dac/cmd"); | ||
@@ -142,0 +142,0 @@ var through = require("through2"); |
@@ -16,3 +16,10 @@ module.exports = { | ||
filter: {} | ||
}, | ||
"dac/cmd": { | ||
enable: false, | ||
ignore: '' | ||
}, | ||
"dac/polymer" : { | ||
"filter": {} | ||
} | ||
}; |
{ | ||
"name": "flex-combo", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "A combo tool designed for web front-end developer, which support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"commander": "~2.5.0", | ||
"dac": "~0.7.5", | ||
"dac": "~0.7.6", | ||
"fetch-agent": "~0.4.1", | ||
@@ -15,0 +15,0 @@ "inline-source-map-comment": "~1.0.5", |
@@ -168,2 +168,9 @@ # Flex Combo 介绍 | ||
"filter": {} | ||
}, | ||
"dac/cmd": { | ||
"enable": true, | ||
"ignore": "" | ||
}, | ||
"dac/polymer": { | ||
"filter": {} | ||
} | ||
@@ -170,0 +177,0 @@ } |
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
81091
704
316
Updateddac@~0.7.6