gulp-file-include icon indicating copy to clipboard operation
gulp-file-include copied to clipboard

Can not support complex JSON

Open yuuk opened this issue 8 years ago • 1 comments

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"
    }]
})

yuuk avatar Dec 13 '17 08:12 yuuk

Have you solved this problem?

Justique avatar Jun 04 '18 12:06 Justique