Skip to content

Not working, but no error either on Rails #40

Description

@rachitgarg

I am trying to implement pagespeed to my rails app. Everything is going well, no errors but the javascripts are not getting minified. I have no idea what is going wrong. HELP !!

I have written this in application.rb and also have include require 'rack/pagespeed' in it.
Code-->
config.middleware.use Rack::PageSpeed, :public => Rails.public_path do
store :disk => Rails.public_path
inline_javascripts :max_size => 100000
inline_css :max_size => 100000
combine_javascripts
combine_css
minify_javascripts
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions