Skip to content

Commit

Permalink
Add YUI at version 2.8.1 with updating instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed May 9, 2010
1 parent be964e3 commit cb1568c
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 0 deletions.
21 changes: 21 additions & 0 deletions yui/README
@@ -0,0 +1,21 @@
CURRENT INFO
------------
YUI 2.8.1

UPDATING
--------
$ sh refresh_upstream.sh
$ git commit -m "Updated upstream to YUI <VERSION_NUMBER>" upstream

$ sh refresh_modified.sh
# Examine what's in modified and make sure that we only add files
# here that we want to go into Gallery3. Anything that we don't
# want should get added to the filters in refresh_modified.sh and
# run it again.
$ git commit -m "Updated upstream to YUI <VERSION_NUMBER>" modified
$ cp modified/lib/* ../../gallery3/yui
$ git push

$ cd ../../gallery3
$ git commit -m "Updated YUI to <VERSION_NUMBER>" lib

7 changes: 7 additions & 0 deletions yui/modified/lib/yui/base-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions yui/modified/lib/yui/reset-fonts-grids.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions yui/refresh_modified.sh
@@ -0,0 +1,7 @@
NAME=yui_2.8.1

rm -rf modified
mkdir -p modified/lib/yui
unzip -q -o -j upstream/$NAME.zip -d modified/lib/yui yui/build/base/base-min.css
unzip -q -o -j upstream/$NAME.zip -d modified/lib/yui yui/build/reset-fonts-grids/reset-fonts-grids.css
git add modified
5 changes: 5 additions & 0 deletions yui/refresh_upstream.sh
@@ -0,0 +1,5 @@
BASE=yui_2.8.1
PACKAGE=http://yuilibrary.com/downloads/yui2/$BASE.zip

wget -q -O- $PACKAGE > upstream/$BASE.zip
git add upstream
Binary file added yui/upstream/yui_2.8.1.zip
Binary file not shown.

0 comments on commit cb1568c

Please sign in to comment.