You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
@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.
When starting Cherish after a
meteor reset
there is a SCSS compilation issue:Re-running Cherish again (with no
reset
) gets past the issue.The text was updated successfully, but these errors were encountered: