Skip to content

Instantly share code, notes, and snippets.

@ermouth
Last active September 4, 2015 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ermouth/fe95e2f6623da4381b5d to your computer and use it in GitHub Desktop.
Save ermouth/fe95e2f6623da4381b5d to your computer and use it in GitHub Desktop.
Rewrites for Inliner
([
// Root
{from:"/:db/_inliner", to:"../../../:db/_design/inliner27/index.html"},
// Resources
{from:"/:db/js/*", to:"../../../:db/_design/inliner27/js/*"},
{from:"/:db/css/*", to:"../../../:db/_design/inliner27/css/*"},
{from:"/:db/i/*", to:"../../../:db/_design/inliner27/i/*"},
{from:"/:db/inliner-templates.json", to:"../../../:db/_design/inliner27/inliner-templates.json"},
{from:"/:db/inliner-widgets.json", to:"../../../:db/_design/inliner27/inliner-widgets.json"},
{from:"/favicon.ico", to:"../../_design/inliner27/i/favicon.png"},
// DB
{from:"/:db/", to:"../../../:db"},
{from:"/:db/*", to:"../../../:db/*"},
// Other stuff
{from:"/", to:"../../../"},
{from:"/*", to:"../../_design/inliner27/404.html"}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment