alanshaw / alanshaw/grunt-include-replace

Top-level `processIncludeContents` option

Offen
#32 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
JavaScript
Sterne
199
Forks
43
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.