Skip to content

Commit

Permalink
Adding a comment about why we are only compressing browserid.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Tomlinson committed Jul 20, 2011
1 parent e85d2e9 commit 8c61494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browserid/compress.sh
Expand Up @@ -18,6 +18,9 @@ echo '****Building BrowserID.org HTML, CSS, and JS****'
echo ''

cd ../js
# Yes, this is the right way of doing this. We are compressing ONLY
# browserid.js because both jquery and underscore are already compressed. Then
# take the three of them, concatinate them together, and create lib.min.js
java -jar $YUI_LOCATION browserid.js -o browserid.min.js
cat jquery-1.6.2.min.js ../dialog/resources/underscore-min.js browserid.min.js > lib.min.js

Expand Down

0 comments on commit 8c61494

Please sign in to comment.