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

v0.4.0 File to import not found or unreadable: ember-freestyle #115

Closed
jpsanantonio opened this issue May 3, 2017 · 5 comments
Closed

Comments

@jpsanantonio
Copy link

Everything's working fine in v0.2.14, however when I tried upgrading my project to use ember-freestyle@0.4.0 I get this error:

File: /Users/jayvics/Documents/workspace/prime/tmp/sass_compiler-input_base_path-YH6H5llX.tmp/app/styles/app.scss (15)
The Broccoli Plugin: [SassCompiler] failed with:
Error: File to import not found or unreadable: ember-freestyle.
Parent style sheet: /Users/jayvics/Documents/workspace/prime/tmp/sass_compiler-input_base_path-YH6H5llX.tmp/app/styles/app.scss
    at options.error (/Users/jayvics/Documents/workspace/prime/node_modules/node-sass/lib/index.js:291:26)

The broccoli plugin was instantiated at:
    at SassCompiler.Plugin (/Users/jayvics/Documents/workspace/prime/node_modules/broccoli-plugin/index.js:7:31)
    at SassCompiler.CachingWriter [as constructor] (/Users/jayvics/Documents/workspace/prime/node_modules/broccoli-caching-writer/index.js:18:10)
    at new SassCompiler (/Users/jayvics/Documents/workspace/prime/node_modules/broccoli-sass-source-maps/index.js:20:17)
    at /Users/jayvics/Documents/workspace/prime/lib/css/plugin.js:146:12
    at Array.map (native)
    at CSSPlugin.sassTree (/Users/jayvics/Documents/workspace/prime/lib/css/plugin.js:143:34)
    at CSSPlugin.toTree (/Users/jayvics/Documents/workspace/prime/lib/css/plugin.js:173:19)
    at /Users/jayvics/Documents/workspace/prime/node_modules/ember-cli-preprocess-registry/preprocessors.js:180:26
    at Array.forEach (native)
    at processPlugins (/Users/jayvics/Documents/workspace/prime/node_modules/ember-cli-preprocess-registry/preprocessors.js:178:11)
@chrislopresto
Copy link
Owner

@jpsanantonio Sorry about that. You had perfectly unlucky timing. That's a bug that should be fixed in 0.4.1 Can you try upgrading and let me know how it goes?

Thanks!

@jpsanantonio
Copy link
Author

@chrislopresto Just upgraded to 0.4.1 but it's still not working.

@chrislopresto
Copy link
Owner

@jpsanantonio Oh, sorry. I just read the error message more closely. You also need to remove `@import 'ember-freestyle';' from your app.scss file.

I just updated the v0.4.0 release notes accordingly.

@jpsanantonio
Copy link
Author

@chrislopresto Nice! It's now working perfectly. Thanks!

@chrislopresto
Copy link
Owner

Excellent! Let me know if you have any questions about the release. Closing this.

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

No branches or pull requests

2 participants