alanshaw / alanshaw/grunt-include-replace
Top-level `processIncludeContents` option
- Ngôn ngữ chính
- JavaScript
- Star
- 199
- Fork
- 43
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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/'
}
}
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.