alanshaw / alanshaw/grunt-include-replace
Top-level `processIncludeContents` option
未关闭
- 主要语言
- JavaScript
- 星标
- 199
- 派生
- 43
- PR 合并指标
- 30 天内没有已合并 PR
描述
Because I need to apply a uniform transformation across both includes and "includers", I locally altered include-replace to optionally apply the `processIncludeContents` function not only to includes, but also to top-level files.
If this is welcome, I'd like to provide a patch for this.
``` js
includereplace: {
dist: {
options: {
processIncludeContents: function (src, locals) {
// do sthg!
},
// if this is thruthy, all levels will be processed with `processIncludeContents`
processTopLevel: true
},
src: '*.html',
dest: 'dist/'
}
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。