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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove leading slash from Sass file location #8021

Merged
merged 2 commits into from Feb 24, 2020
Merged

remove leading slash from Sass file location #8021

merged 2 commits into from Feb 24, 2020

Conversation

iamgeef
Copy link
Contributor

@iamgeef iamgeef commented Feb 24, 2020

This is a 馃敠 documentation change.

Summary

Removes the leading slash from the First create a Sass file at /assets/css/styles.scss with the following content: line

Context

Paths that start with a slash denote the root of the file system, assuming the user is in the site directory the path shouldn't have a leading slash.
Previous steps that have a 'create a file' direction omit the leading slash.

/assets/css/styles.css tries to create a file at the root of the file system, so assuming the user is in the site directory the path shouldn't hae a leading slash.
The previous steps that have a 'create a file' direction omit the leading slash too.
Copy link
Member

@ashmaroli ashmaroli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃憤

Updating the remaining paths to remove leading slash
@ashmaroli
Copy link
Member

Thank you @iamgeef
@jekyllbot: merge +doc

@jekyllbot jekyllbot merged commit 331d3f3 into jekyll:master Feb 24, 2020
jekyllbot added a commit that referenced this pull request Feb 24, 2020
@jekyll jekyll locked and limited conversation to collaborators Feb 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants