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

Bootstrap source has been modified, isn't using minified, and is outdated (3.0.0) #79

Open
BretFisher opened this issue Feb 16, 2014 · 2 comments

Comments

@BretFisher
Copy link
Member

I was attempting to help our page load by updating bootstrap to 3.1.1 and using CDN, when I ran into these issues:

  • Our self-hosted bootstrap 3.0.0 version has been modified: Anti-patern. All mods should go in main.css as it loads after bootstrap.css. We now have the painful task of running diff on our current boostrap.css and pulling changes out to main.css (if we ever want to update bootstrap).
  • We are hosting bootstrap source, when we shouldn't be. Faster to use CDN minified version: http://www.bootstrapcdn.com
@jalbertbowden
Copy link
Contributor

if you are truly concerned about wpo, then i have to ask why use bootstrap
at all?

how many styles in that lib are you actually applying in the three or four
html docs on site? i bet the same goes for the js too...

On Sunday, February 16, 2014, Bret Fisher notifications@github.com wrote:

I was attempting to help our page load by updating bootstrap to 3.1.1 and
using CDN, when I ran into these issues:

  • Our self-hosted bootstrap 3.0.0 version has been modified:
    Anti-patern. All mods should go in main.css as it loads after
    bootstrap.css. We now have the painful task of running diff on our
    current boostrap.css and pulling changes out to main.css (if we ever want
    to update bootstrap).
  • We are hosting bootstrap source, when we shouldn't be. Faster to use
    CDN minified version: http://www.bootstrapcdn.com

Reply to this email directly or view it on GitHubhttps://github.com//issues/79
.

J. Albert Bowden II

jalbertbowden@gmail.com

http://bowdenweb.com/

@qwo
Copy link
Member

qwo commented Jun 14, 2014

maybe resolvable in issue #103

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

No branches or pull requests

3 participants