Open Sparkinzy opened 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
in path-config.json,
when
the final template htmls can be produced to the php framework's view folders
if
the html.views will replace html.dest all files will be produced to html.views,include css,images,js