Skip to content

Cannot import vertical_rhythm when import once is active in 1.0 #1621

Open
@kylemacfarlane

Description

@kylemacfarlane

I started a new project with the 1.0 alpha and for some reason I'm not able to import the vertical_rhythm module.

I've reduced it down to config.rb:

require 'compass/import-once/activate'
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"

And in my style.scss I only have:

@import "compass/typography/vertical_rhythm";

When using compass watch it throws the following:

Errno::ENOENT on line ["346"] of C: No such file or directory - C:/Users/KyleMac/Documents/compass-test/.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058%092Ruby193%092lib%092ruby%092gems%0921.9.1%092gems%092compass-core-1.0.0.alpha.19%092stylesheets%092compass%092_support.scssc20140323-18940-1tri2kd.lock

I found that removing require 'compass/import-once/activate' seems to bypass the error.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions