Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes the CSS path from relative to absolute #9

Merged
merged 1 commit into from
Feb 25, 2016

Conversation

patrickfweston
Copy link
Contributor

See issue: #7 (comment)

This PR updates the path of the CSS file from a relative path to an absolute path. Because the individual pieces of the styleguide live in the /styleguide folder, the same relative path cannot be used for the HTML files in this directory as can be used for the index.html file.

We simply need to ensure that the prefixing / is added to the path so that it is an absolute path. Changing addRootSlash to true does this.

labbydev pushed a commit that referenced this pull request Feb 25, 2016
Changes the CSS path from relative to absolute
@labbydev labbydev merged commit 12ec1e8 into sculpin-starter Feb 25, 2016
@labbydev labbydev deleted the update-css-path branch February 25, 2016 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants