Skip to content

pmvc/pmvc-static

Repository files navigation

Build Status

PMVC static host use with heroku or dokku

Heroku or Dokku setting

dokku config:set [app name] imageMiddlewareUri=[specific uri]
dokku config:set [app name] staticRoot=[specific path]
  • staticRoot could be an uri or local file path

URI Spec

/{c,d}/{c,j,other}/your_file_path

  • First level ({c,d})
    • c -> cdn
    • d -> develop mode
  • Second level ({c,j,other})
    • c -> css
    • j -> javascript
    • other or empty -> mean get source directily will not cook by css or js.

Heroku one click deploy

Deploy

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors