Ruby on Rails Thursday, September 3, 2015

I am pushing my code to heroku with a production.rb enviroment file and
when I open the css file that rails has created all css vendor prefixes
have disappeared. May be sass-rails gem is doing something weird. I
don't what is happening.

My css with development.rb http://pastebin.com/wbWwgvDG

[layout-align="center center"], [layout-align="start center"],
[layout-align="end center"], [layout-align="space-between center"],
[layout-align="space-around center"] {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

My css with production.rb http://pastebin.com/0Tydqem2

[layout-align="center center"], [layout-align="start center"],
[layout-align="end center"], [layout-align="space-between center"],
[layout-align="space-around center"] {
align-items: center
}

I have written to stackoverflow, and rails IRC but I don't get any help.

What can be happening? Do you know if another compressor can work
better?Thanks!

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e4c9da32f9348a42e95419f457cc2fa2%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment