magix-combine
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -29,4 +29,4 @@ var crypto = require('crypto'); | ||
compressCssNames: false, | ||
generateJSFile: function() { | ||
return ''; | ||
generateJSFile: function(tmpl) { | ||
return tmpl; | ||
}, | ||
@@ -1063,2 +1063,3 @@ atAttrProcessor: function(name, tmpl) { | ||
}, | ||
removeFileCache: removeFileDepend, | ||
config: function(config) { | ||
@@ -1065,0 +1066,0 @@ for (var p in config) { |
{ | ||
"name": "magix-combine", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "合并Magix View的html,js,css成一个js文件", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ # magix-combine | ||
2. css只在当前区块内生效。[关于style的scope](https://github.com/thx/magix-combine/issues/6) [css模块](http://www.75team.com/post/1049.html) | ||
3. 基于mx-keys的子模块离线分析 | ||
3. 基于mx-keys的子模板离线数据提取及预处理 | ||
4. 类node模块的写法,由工具加上web loader | ||
@@ -206,4 +206,7 @@ | ||
##removeFile | ||
function 删除文件,同时移除相应的缓存信息 | ||
function 删除文件,同时移除相应的缓存内容 | ||
##removeFileCache | ||
function 删除文件的缓存内容,在文件未变动的情况下工具会缓存文件的内容,以增加速度,但有时候需要手动删除缓存内容 | ||
##config | ||
@@ -210,0 +213,0 @@ function 配置 |
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
46529
1074
221