jez / hpstr-theme

A Medium-like Octopress theme based on the HPSTR Jekyll theme.
GNU General Public License v3.0
63 stars 15 forks source link

Syntax error loading compass/css3/animation #7

Closed cheryl closed 10 years ago

cheryl commented 10 years ago

I got a syntax error and no styling after installing the theme on a new install of octopress. I'm new to ruby and octopress so not sure which parts are important.

Syntax error: File to import not found or unreadable: compass/css3/animation. Load paths: Sass::Globbing::Importer /path/to/octopress/sass /home/.rvm/gems/ruby-2.1.2/gems/compass-0.12.7/frameworks/blueprint/stylesheets /home/.rvm/gems/ruby-2.1.2/gems/compass-0.12.7/frameworks/compass/stylesheets Compass::SpriteImporter on line 15 of /path/to/octopress/sass/screen.scss

jez commented 10 years ago

Whoops, looks like I was using features of Compass that weren't in the version that comes with Octopress. Compass 1.0.1 is out, but the last version that the current Octopress Gemfile will install is version 0.12.7. You can read here for more information on how to fix this.

Sorry for not testing that last change. Let me know if the instructions I wrote up don't solve the issue or are unclear.