alanshaw / alanshaw/grunt-include-replace

Top-level `processIncludeContents` option

Open
#32 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
199
Forks
43
PR merge metrics
No merged PRs in 30d

Description

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/'
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.