Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Unnecessary downloading from the internet in application.html.erb #217

Open
kbrowder opened this issue Feb 25, 2014 · 2 comments
Open

Unnecessary downloading from the internet in application.html.erb #217

kbrowder opened this issue Feb 25, 2014 · 2 comments

Comments

@kbrowder
Copy link

There's a line in application.html.erb:

<%= stylesheet_link_tag "//ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smoothness/jquery-ui.css" %>

Which downloads the jquery theme for smoothness... however I think this can be replaced by a change in assets/stylesheelts/application.css.scss:

//= require jquery.ui.theme

This makes fulcrum somewhat faster when deployed in offices and the like (since usually LAN > WAN)

@kbrowder
Copy link
Author

I can give you this fix in a pull request... but it's 2 lines so I figured an issue might be OK?

@malclocke
Copy link

Pull request would be ideal.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants