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

Cherish fails on the first startup after a meteor reset due to a SCSS compilation issue #97

Open
trustieee opened this issue Jul 3, 2015 · 3 comments
Labels

Comments

@trustieee
Copy link
Contributor

When starting Cherish after a meteor reset there is a SCSS compilation issue:

=> Errors prevented startup:

   While building the application:
   e:/dev/cherish/client/style/_cherish.sass:1:9: Scss compiler error: file to import not found or unreadable: components/color
   Current dir: E:/dev/cherish/client/style/

Re-running Cherish again (with no reset) gets past the issue.

@iamlasse
Copy link
Contributor

iamlasse commented Jul 9, 2015

This is an issue with fourseven:scss and how it compiles sass

@jeffshaver
Copy link
Contributor

@iamlasse isn't this because Meteor doesn't have enough entry point for package devs? I feel like this will be fixed in 1.2 with all the added hooks into the build process.

@iamlasse
Copy link
Contributor

@jeffshaver im not sure where in the build process it goes wrong. But basically the app relies on files that are inside the build which seems like a bad practice since it will always fail when app is reset.

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

3 participants