jammit

Does Jammit require a JavaScript compressor on the production server?

Does Jammit require YUI Compressor or the Google Closure Compiler to be installed on the production server in order to work? ...

What would be the best way to use jammit and publish files on amazon S3 ?

I'm using jammit to package the js and css files for a rails project. I would like now to upload the files to Amazon S3 and use CloudFront for the delivery. What would be the best way to deal with new versions ? My ideal solution would be to have a capistrano recipe to deal with it. As anyone already done something like that? ...

How to configure default paths in Jammit ?

Hi, I have a Jammit gem installed. I want to configure it a little: it must pack all the stuff into "public/assets_cache" folder, so, the packaged stuff will not make clutter in "public/assets", that has all .js and .css files. I have followed documentation here and here environment.rb is: require "Jammit" ... config.gem "jammit" ...

Strange problems with Jammit

Hi, i use Jammit to pack all the .css and .js files in my project I faced a strange problem, that really confused me... When Jammit deals with .css, it kills some css rules. The rules: background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #303030) ); background-image: -moz-linear-g...

Jammit::OutputNotWritable: Jammit doesn't have permission

I've moved my Rails app to a new server and now I'm having problems with Jammit. I deploy with Capistrano and have tried a few different routines to get Jammit to run when I deploy (which works), but everytime the Passenger app restarts it seems to want to re-reun Jammit, which I don't need it to do, it only needs to run when I deploy......

How Jammit handle view specific JavaScript

Hi guys, I'm trying to adopt Jammit in my Rails application. Default config provided in documentation grabs all js files including view specific javascript: embed_assets: on javascripts: workspace: - public/javascripts/vendor/jquery.js - public/javascripts/lib/*.js - public/javascripts/views/**/*.js - app/views/work...

Jammit does not loads assets

I'm developing the web site using Aptana 2.04. When i say "script/server" from the project folder, everything is ok After copying the project folder to another place, and saying "script/server", server starts, but jammit does't loads the packaged assets and i see the web page without any css and js files loaded. I played a little with...