-
Notifications
You must be signed in to change notification settings - Fork 498
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
Conversion error sass #102
Comments
The error message says what is wrong, look in the directory (I believe it is "_sass> 1-tools") if there is a file included (in yout case, the file "-tools-index.sass). , you could post a printscreen of your folder structure and a copy of your "master.sass" for a better analysis. |
Thank you, I figured out the problem. So inside my folder 1-tools, I did not name the sass files with the underscore ( _ ) at the front and apparently, jekyll did not understand and gave an error. |
Hello, could you help with another situation? So I uploaded my project to GitHub and it works to some extent when I visit the page of my project I noticed that the CSS is not rendering so I checked the browser's console, And it's saying there is no CSS file to be found. So after checking the project, I noticed on git the ( _site ) file did not produce the CSS file. But when I am running it locally it works. Help me Please and Thanks _site/ |
Try type "{{site.baseurl}}" before the CSS path, at the LINK tag. e.g.: I believe you do not need to put the " / " after the {{site.baseurl}}. Try both. |
Hi!
What's the name of your project?
2017-11-10 16:14 GMT-02:00 sanjwilli <[email protected]>:
… Hello, could you help with another situation? So I uploaded my project to
GitHub and it works to some extent when I visit the page of my project I
noticed that the CSS is not rendering so I checked the browser's console,
And it's saying there is no CSS file to be found. So after checking the
project, I noticed on git the ( _site ) file did not produce the CSS file.
But when I am running it locally it works. Help me Please and Thanks
_site/ assets/ <this is where the CSS file should be>/ js/ index.html
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARIeRdSYwdrBChIOur7OIyxqe5EvaDl3ks5s1JKLgaJpZM4QZWwQ>
.
|
Works fine for me...
[image: Imagem inline 1]
2017-11-27 18:48 GMT-02:00 Ramon Uchôa <[email protected]>:
… Hi!
What's the name of your project?
2017-11-10 16:14 GMT-02:00 sanjwilli ***@***.***>:
> Hello, could you help with another situation? So I uploaded my project to
> GitHub and it works to some extent when I visit the page of my project I
> noticed that the CSS is not rendering so I checked the browser's console,
> And it's saying there is no CSS file to be found. So after checking the
> project, I noticed on git the ( _site ) file did not produce the CSS file.
> But when I am running it locally it works. Help me Please and Thanks
>
> _site/ assets/ <this is where the CSS file should be>/ js/ index.html
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#102 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ARIeRdSYwdrBChIOur7OIyxqe5EvaDl3ks5s1JKLgaJpZM4QZWwQ>
> .
>
|
Hello there I am really new for this things. I am now trying to do instruction you rpovided to start the web -site . So I manually downloaded files from github .Than in command rpomt I am writing c:\WEB>cd art (path of downloaded zip file) c:\WEB\Art>jekyll serve --watch And it gives this error. What could be the reason? |
I am following your tutorial on this project on youtube and I am encountering a problem.
Conversion error: Jekyll::Converters::Sass encountered an error while converting '/assets/css/main.sass': File to import not found or unreadable: 1-tools/-tools-index. on line 1
Would really appreciate some assistance. PLease and Thank you
The text was updated successfully, but these errors were encountered: