alanshaw / alanshaw/grunt-include-replace

Top-level `processIncludeContents` option

未关闭
#32 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。