Skip to content

Instantly share code, notes, and snippets.

@alexharris
Last active December 20, 2015 19:08
Show Gist options
  • Select an option

  • Save alexharris/6180542 to your computer and use it in GitHub Desktop.

Select an option

Save alexharris/6180542 to your computer and use it in GitHub Desktop.
> rake generate
## Generating Site with Jekyll
identical source/stylesheets/boilerplate.css
identical source/stylesheets/mixins.css
error sass/sidr.scss (Line 13: Undefined mixin 'box-shadow'.)
identical source/stylesheets/sidr.css
error sass/structure.scss (Line 22: Undefined variable: "$darkBlue".)
identical source/stylesheets/structure.css
identical source/stylesheets/styles.css
error sass/theme.scss (Line 2: Undefined variable: "$white".)
identical source/stylesheets/theme.css
error sass/typography.scss (Line 3: Undefined variable: "$bodyFont".)
identical source/stylesheets/typography.css
identical source/stylesheets/variables.css
Configuration from /Users/alexharris/Sites/octopress-new/_config.yml
Building site: source -> public
Successfully generated site: source -> public
@import "variables";
@import "mixins";
@import "sidr.scss";
@import "boilerplate.scss";
@import "theme.scss";
@import "structure.scss";
@import "typography.scss";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment