Hi Graham, here's the commit that updated it the last time:
https://github.com/stephenmcd/mezzanine/commit/40738fd50b2b79b6347f6370d69913ed3ac85c65

Updating those three files again should do it.  If there are any new font
files or anything like that in Bootstrap you would want to update those as
well.  You can also easily use the latest Bootstrap in a project without
Mezzanine having it.

For example in a fairly recent project I have an app called theme.  Inside
theme's static directory I placed the latest bootstrap files.  I like to
append the version to the name of the directory containing the bootstrap
files, so in my case it is called bootstrap.3.3.1.  Then in base.html
instead of Mezzanine's default references to bootstrap I have things like:

<link rel="stylesheet" href="{% static "bootstrap.3.3.1/css/bootstrap.css"
%}">

<script src="{% static "bootstrap.3.3.1/js/bootstrap.js" %}"></script>

I'm not exactly sure how Bootstrap's versioning works but I would guess
there are no breaking changes from 3.0.3 to 3.x.x except maybe in the case
of big bugs.  So upgrading to the latest (in my experience) is generally
pain free.  I'm sure once they introduce Bootstrap 4 there will be bigger
changes and an easy upgrade like I described would no longer be possible.



On Tue, Apr 14, 2015 at 12:29 AM, Graham <[email protected]> wrote:

> I am wondering about upgrading to the latest Bootstrap - 3.3.4
> I can 'give it a go' as I am assuming it is a question of identifying
> which files (css, font and js) need to be replaced, then replace them and
> then test....
> If anyone would like to give me pointers I am all ears :-)
> g
>
> --
> T : 021 081 71732
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to