padrino-sprockets icon indicating copy to clipboard operation
padrino-sprockets copied to clipboard

Integrate sprockets with padrion

Results 7 padrino-sprockets issues
Sort by recently updated
recently updated
newest added

Hi, how can I add custom directories for use with padrino-sprockets? For example app/assets/fonts to work like image assets. I have tried with passing these options: sprockets({ paths: ['assets/stylesheets', 'assets/images',...

Added images directory to `AssetTagHelpers#asset_folder_name` so that image tags will also use the assets directory, as the JS and CSS helper tags do. This behavior is already noted in the...

These changes allow the specification of :js_compressor and :css_compressor to the sprockets method. This can allow for custom compressor classes or for specifying one of sprockets's built-in compressors, as a...

A Rake task for precompiling the assets into `/public` would be nice.

I just tried flipping an existing app from Ruby 1.9.3 to 2.0.0 and sprockets is failing to compile the manifest into js. I've been using padrino-sprockets on lots of projects...

Hey, thanks for this little awesome gem. The only problem is that: ``` ``` is producing a different URL every time I reload the page based on the timestamp, ie....

//= require jquery does not work, the comment is emitted in the "concatenated" js.