DevTips / Artists-Theme

🌄 A free Jekyll Theme developed by the DevTips Community
http://devtips.github.io/Artists-Theme
The Unlicense
592 stars 498 forks source link

Sass converiting error during startup. Why? #69

Closed smadakcir closed 9 years ago

smadakcir commented 9 years ago

What do i need to change in the code? see http://snag.gy/JvuRx.jpg

ghost commented 9 years ago

Delete the .sass-cache when you've started the local server, it will then make a new cache folder and recreate the necessary files. Den 9 dec 2014 14:16 skrev "smadakcir" notifications@github.com:

What do i need to change in the code? see http://snag.gy/JvuRx.jpg

— Reply to this email directly or view it on GitHub https://github.com/DevTips/Artists-Theme/issues/69.

smadakcir commented 9 years ago

@ Jacob: Made a screener Followed Travis. Step by step. No-luck. Tell me what i need to change. https://vimeo.com/114026329

Will be viewable after 0.44 min.

Looking for the replay, lats hack this code problem.

Rick

Op 9 dec. 2014 14:19 schreef "Jacob Adlers" notifications@github.com:

Delete the .sass-cache when you've started the local server, it will then make a new cache folder and recreate the necessary files. Den 9 dec 2014 14:16 skrev "smadakcir" notifications@github.com:

What do i need to change in the code? see http://snag.gy/JvuRx.jpg

— Reply to this email directly or view it on GitHub https://github.com/DevTips/Artists-Theme/issues/69.

— Reply to this email directly or view it on GitHub https://github.com/DevTips/Artists-Theme/issues/69#issuecomment-66280936 .

ghost commented 9 years ago

Are you even compiling your sass? How does the main.css file look? Try using the program koala compiler to compile the sass as you work!

2014-12-09 15:53 GMT+01:00 smadakcir notifications@github.com:

@ Jacob: Made a screener Followed Travis. Step by step. No-luck. Tell me what i need to change. https://vimeo.com/114026329

Will be viewable after 0.44 min.

Looking for the replay, lats hack this code problem.

Rick

Op 9 dec. 2014 14:19 schreef "Jacob Adlers" notifications@github.com:

Delete the .sass-cache when you've started the local server, it will then make a new cache folder and recreate the necessary files. Den 9 dec 2014 14:16 skrev "smadakcir" notifications@github.com:

What do i need to change in the code? see http://snag.gy/JvuRx.jpg

— Reply to this email directly or view it on GitHub https://github.com/DevTips/Artists-Theme/issues/69.

— Reply to this email directly or view it on GitHub < https://github.com/DevTips/Artists-Theme/issues/69#issuecomment-66280936> .

— Reply to this email directly or view it on GitHub https://github.com/DevTips/Artists-Theme/issues/69#issuecomment-66293736 .

surreymagpie commented 9 years ago

Hard to see with so many with so many windows and not even a full view of the error message.

The errors I have spotted though is that you are not indenting your Sass code in _header.sass. The properties should be indented by two spaces:

    body
      background: pink

Also in _-modules-index.sass you are trying to import an HTML file, when it can only be a CSS/Sass file. If this lives in the same directory as _header.sass, you just need to write @import 'header';