Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Sparkinzy
Copy link

@Sparkinzy Sparkinzy commented Apr 14, 2020

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

…ectory errors when using system temporary directories to freely define directories
…jk4.css to style.css?v=askjh12jk4.because if we use varnish or memcache to cache the pages,the pages with style-askjh12jk4.css will be broken down
the html will be produced to the html.views
if you define html.dest = './' or html.dest = '.'
the css,js,images,htmls ,all of them will be produces to html.views
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant