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

Update to Meteor 1.2 breaks package. #28

Closed
chasemb opened this issue Sep 30, 2015 · 15 comments
Closed

Update to Meteor 1.2 breaks package. #28

chasemb opened this issue Sep 30, 2015 · 15 comments

Comments

@chasemb
Copy link

chasemb commented Sep 30, 2015

I receive the following error that cannot be fixed with a restart.

While processing files with fourseven:scss (for target web.browser):
/client/styles/style.scss: Scss compiler error: File to import:
.meteor/local/build/programs/server/assets/packages/reywood_bootstrap3-sass/bootstrap
not found. Import origin: /client/styles/style.scss
@thebarty
Copy link

just ran into the same problem

@reywood
Copy link
Member

reywood commented Sep 30, 2015

Fixed in newest release. Note that the import statement has changed. Update your SCSS files to use:

@import '{reywood:bootstrap3-sass}/bootstrap';

@reywood reywood closed this as completed Sep 30, 2015
@dyaa
Copy link

dyaa commented Oct 1, 2015

@reywood What if i want import let's say mixins.scss only ? I was doing it with

@import ".meteor/local/build/programs/server/assets/packages/reywood_bootstrap3-sass/assets/stylesheets/bootstrap/mixins";

and i was trying

@import "{reywood:bootstrap3-sass}/bootstrap/mixins";

but now the file is not found.

@reywood
Copy link
Member

reywood commented Oct 1, 2015

In that case, you would use:

@import '{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/mixins';

@AVapps
Copy link

AVapps commented Oct 3, 2015

Doesn't work in my .sass file. @import '{reywood:bootstrap3-sass}/bootstrap' or @import {reywood:bootstrap3-sass}/bootstrap throws:

Sass compiler error: file to import not found or unreadable:
{reywood:bootstrap3-sass}/bootstrap
Current dir:

@reywood
Copy link
Member

reywood commented Oct 6, 2015

@Jahdrien: What version of Meteor are you using?

@AVapps
Copy link

AVapps commented Oct 7, 2015

$ meteor --version
Meteor 1.2.0.2

@reywood
Copy link
Member

reywood commented Oct 7, 2015

Could you try cloning and running this meteor app?

@AVapps
Copy link

AVapps commented Oct 8, 2015

Done ! yummy-octo-succotash works normally.

@reywood
Copy link
Member

reywood commented Oct 8, 2015

I recommend comparing your .meteor/versions file to the one in yummy-octo-succotash.

@AVapps
Copy link

AVapps commented Oct 8, 2015

All the same. Now I have this error: "Scss compiler error: invalid top-level expression". Seems it tries to parse .sass files as .scss...

@AVapps
Copy link

AVapps commented Oct 10, 2015

@reywood
Copy link
Member

reywood commented Oct 14, 2015

@Jahdrien Since this is a different issue than the one this issue was originally opened for, would you mind creating a new issue with the specifics of the .sass file problem and the upstream issues that need to be resolved?

@AVapps
Copy link

AVapps commented Oct 15, 2015

Done ! #31

@reywood
Copy link
Member

reywood commented Oct 16, 2015

Thanks!

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

5 participants