getoutfitted / reaction-foundation-theme

Foundation 5 for ReactionCommerce
MIT License
10 stars 3 forks source link

Sometimes scss files can't be found when starting app. #1

Open spencern opened 9 years ago

spencern commented 9 years ago

Occasionally I'll get this error with one or more SCSS files while starting up my app.

=> Errors prevented startup:
    While building the application
    ../reaction/client/themes/main.scss:97:9: Scss compile error: file to import not found or unreadable: theme/products/productList/productList.scss
    Current dir: ../reaction/client/themes

Not sure what causes it, but it can typically be fixed by making a change in the offending file.

spencern commented 9 years ago

c712107f5be8fbc711b4145ad313a8f05ad4c307 fixed this on my local, but YMMV.