Search code examples
sassjekyllgithub-pagesbourbon

Setting up SASS with jekyll?


I've been trying to setup SASS (and Bourbon.io) with jekyll for a personal blog on github pages.

I've changed the name of the css folder that is installed with jekyll to stylesheets and within stylesheets I have two folders, css and sass.

I start my jekyll server locally with: jekyll serve --watch

Then in another terminal window: sass --watch stylesheets/sass:stylesheets/css

But I am now getting the following message:

`/' not found.

Prior to attempting to setup SASS with my jekyll project, my site was displaying. Any links for setting up sass with jekyll would be helpful. Thanks.


Solution

  • New in Jekyll 2.0 is native processing of Sass and CoffeeScript:

    http://jekyllrb.com/docs/assets/#sassscss