Skip to content

Rails template using absolute paths makes checking on local more difficult #146

Closed
@CodeMeister

Description

@CodeMeister

The rails template in 2.0.2 is using absolute paths for resources and pages:

<link rel="stylesheet" href="/css/main.css"...

This works great for a web-server, but it's a problem when developing and you want to check the documentation by loading index.html directly in a browser.

Will you consider reverting the paths to be relative again?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions