langateam / langa.io

Langa Company Website
http://langa.io
MIT License
2 stars 3 forks source link

prod build runs fine locally, but fails on heroku #2

Closed tjwebb closed 8 years ago

tjwebb commented 8 years ago
ERROR in ./src/components/header.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./styles/Header.scss in /home/travis/build/langateam/langa.io/src/components
 @ ./src/components/header.js 25:24-55

Looking at the code, there in fact is not Header.scss, but rather a header.scss file. So I think Heroku is right, and I'm not sure why it's working locally

tjwebb commented 8 years ago

fixed. imports were named wrong. not sure why it worked locally, though.