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-08 Thread roror
d I'll track down when I get to a computer. > > Best of luck > Keenan > > > On Tue, Jan 7, 2014 at 9:02 PM, roror >wrote: > >> I've been reading stackoverflow for more than 4 hours now. I can only >> get application.js to compile on heroku. Th

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

2014-01-08 Thread roror
tps://github.com/heroku/rails_serve_static_assets/blob/master/lib/rails_serve_static_assets/railtie.rb#L4 > > > On Wed, Jan 8, 2014 at 5:44 PM, roror >wrote: > >> That was absolutely it, Keenan. Thank you! In >> config/environments/production.rb, I've now changed the bo

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

2014-01-08 Thread roror
o tells you how to fix it. > > > On Wed, Jan 8, 2014 at 1:56 PM, roror >wrote: > >> i'll remove that change then to make things as clear as possible. thanks >> again! >> >> >> On Wednesday, January 8, 2014 11:53:39 AM UTC-8, John Beynon wrote: >