Last active
December 20, 2015 19:08
-
-
Save alexharris/6180542 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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