alanshaw / alanshaw/grunt-include-replace
Reference in multiple steps
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 199
- Forks
- 43
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
It seems `grunt-include-replace` does not support deep reference.
The code below fails.
Does it have an update plan for this feature?
```html
- @@a
- @@b
- @@c
```
```html
@@include('base.html', {
"a": @@a,
"b": @@b,
"c": "This is constant"})
```
```html
@@include('foo.html', {
"a": "This is constant",
"b": "This is constant"})
```
##### _P.S_
_Thanks for letting me enjoy replacing variables anyway :)_
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.