vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 685 forks source link

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

Open Sparkinzy opened 4 years ago

Sparkinzy commented 4 years ago

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