Heroku does NOT compile files under assets pipelines in Rails 4

2014-01-07 Thread roror
I've been reading stackoverflow for more than 4 hours now. I can only get application.js to compile on heroku. This is a very simple, static webapp I'm working on. My *.css.scss files only have one obvious field to isolate out compile-time failures. In my Gemfile and Gemfile.lock I have: gro

Re: Heroku does NOT compile files under assets pipelines in Rails 4

2014-01-07 Thread richard schneeman
Install this https://github.com/schneems/sprockets_better_errors and run your dev environment. It will show you how you need to configure your app.— Sent from Mailbox for iPhone On Tue, Jan 7, 2014 at 8:02 PM, roror wrote: > I've been reading stackoverflow for more than 4 hours now. I can only