blendid icon indicating copy to clipboard operation
blendid copied to clipboard

give developers one more option for PHP sites where place the html templates

Open Sparkinzy opened this issue 5 years ago • 0 comments

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

Sparkinzy avatar Apr 14 '20 03:04 Sparkinzy