Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New API breaks @import with load paths #88

Closed
xzyfer opened this issue Dec 31, 2014 · 0 comments
Closed

New API breaks @import with load paths #88

xzyfer opened this issue Dec 31, 2014 · 0 comments
Labels

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Dec 31, 2014

@mgreter I started getting the following error

/Users/michael/Projects/Sass/test/css/swiftly/_settings.scss:6: file to import not found or unreadable: asimov-core/core
Current dir: /Users/michael/Projects/Sass/test/css/swiftly/

The first 7 lines of css/swiftly/_settings.scss are

$asimov-image-path: "/tasks/assets/img/";
$asimov-font-path: "/tasks/assets/";
$asimov-icon-path: "/tasks/assets/";

// Asimov.
@import "asimov-core/core";
@import "asimov-core/settings";

The command I'm running is

time /Users/michael/Projects/Sass/libsass/sassc/bin/sassc css/swiftly/_settings.scss -I components -I css settings.css

The asimov-core/core file exists in the components direct given in the load path

$  ls -l components/asimov-core/core.scss
-rw-r--r--  1 michael  staff  15182 21 Oct 14:20 components/asimov-core/core.scss

I did some digging and found the issue was introduced in 52f6857.

I hope is enough information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants