This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Shipping new release
paulirish edited this page Nov 1, 2012
·
13 revisions
- new html5shiv?
- if so, update the printshiv file in
/i/js
and its reference in builderapp.js
- if so, update the printshiv file in
- remove pre from version (2 places!). commit.
-
git tag -a
the final - bump version to
vX.Ypre
so theres no confusion as to file versions
- IGNORE THIS SECTION NOW. builderapp.js pulls from a
data-*
attr which pulls from config.ymlupdate builderapp.js with version number at top-
run compress.shcd i/js && ./compress.sh && cd ../.. && jekyll
-
update download.html with a new cachebust url(not necessary anymore, i think..) -
gem install guard-jekyll
and thenguard
will help
- update
latest_version
in https://github.com/Modernizr/modernizr.com/blob/gh-pages/_config.yml - update
downloads/modernizr.js
anddownloads/modernizr-latest.js
and adddownloads/modernizr-X.Y.Z.js
as new file.- or maybe we killed one or two of those.
modernizr-latest.js
is used by builderapp.js - also this
- or maybe we killed one or two of those.
- For the new News post, make sure to update
_includes/latest-news.html
accordingly. This is the “Latest news” sidebar content.
-
cd i/js && ./compress.sh && cd ../.. && jekyll
(repeatedly on changes) (or use guard) -
cd _site && python -m SimpleHTTPServer
(or whathaveyou)
- go into ./i/js/modernizr-git and update the submodule to head. (and commit)
cd i/js/modernizr-git/ && git pull origin master && cd ../../.. && git commit -a -m "updating submodule"
- then go into https://github.com/Modernizr/modernizr.com/blob/gh-pages/i/js/modulizr.js#L13 and update the dependencies, like this
- that's mostly it. its a little odd.
- push to gh-pages bro