alanshaw / alanshaw/grunt-include-replace

Top-level `processIncludeContents` option

オープン
#32 コメント 1 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。