blendid
blendid copied to clipboard
give developers one more option for PHP sites where place the html templates
in path-config.json,
when
{
"html":{
"src":"html",
"dest":"html",
"views":"../views"
}
}
the final template htmls can be produced to the php framework's view folders
if
{
"html":{
"src":"html",
"dest":"./",
"views":"../views"
}
}
the html.views will replace html.dest all files will be produced to html.views,include css,images,js