gulp-file-include
gulp-file-include copied to clipboard
Can not support complex JSON
Such a json data,how to loop them?
@include('./include/page-side.html',{
"title": "title",
"subTitle": "subtitle",
"menu": [{
"name": "name a",
"src": "a.html"
},{
"name": "name b",
"src": "b.html"
},{
"name": "name c",
"src": "c.html"
}]
})
Have you solved this problem?