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.
New in Jekyll 2.0 is native processing of Sass and CoffeeScript: