[Rails] Re: Asset Pipeline: Asset attempted to compress while creating page response not during asset request

2013-07-15 Thread farukhdm
mappin in manifest and no java to support YUI gem to compress. Not sure what would happen. On Thursday, 11 July 2013 16:54:34 UTC+5:30, farukhdm wrote: Hi, I am stuck in a weird situation where in my production environment, an asset is being attempted to compress while rendering a view. I've

[Rails] Re: Asset Pipeline: Asset attempted to compress while creating page response not during asset request

2013-07-14 Thread farukhdm
Hey, Thanks for enlightenment :) I shall perform some ups and downs. Will let you know, if I get any new insight On Saturday, 13 July 2013 01:15:01 UTC+5:30, mike wrote: On Friday, July 12, 2013 2:07:55 AM UTC-4, farukhdm wrote: Following are the configurations in my production.rb file

[Rails] Re: Asset Pipeline: Asset attempted to compress while creating page response not during asset request

2013-07-12 Thread farukhdm
config.assets.css_compressor = :yui config.assets.js_compressor= :yui config.assets.compress = true Let me know, if these configs are specified correctly. On Friday, 12 July 2013 10:52:24 UTC+5:30, farukhdm wrote: Thanks for the update. jquery.bxslider.min.js in my case is not part of application.js

[Rails] Re: Asset Pipeline: Asset attempted to compress while creating page response not during asset request

2013-07-11 Thread farukhdm
July 2013 21:58:03 UTC+5:30, mike wrote: On Thursday, July 11, 2013 7:24:34 AM UTC-4, farukhdm wrote: Hi, I am stuck in a weird situation where in my production environment, an asset is being attempted to compress while rendering a view. I've all my assets put into public/assets folder via