Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
fixed minified bidbundle, closes #1543, closes #1544
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed May 4, 2012
1 parent dd26f97 commit 85c33a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/static_resources.js
Expand Up @@ -19,7 +19,7 @@ var common_js = [
'/lib/jquery-1.7.1.min.js',
'/lib/winchan.js',
'/lib/underscore-min.js',
'/lib/bidbundle-min.js',
'/lib/bidbundle.js',
'/lib/ejs.js',
'/lib/micrajax.js',
'/shared/javascript-extensions.js',
Expand Down Expand Up @@ -117,7 +117,7 @@ exports.resources = {
'/lib/jschannel.js',
'/lib/winchan.js',
'/lib/underscore-min.js',
'/lib/bidbundle-min.js',
'/lib/bidbundle.js',
'/lib/hub.js',
'/lib/micrajax.js',
'/shared/javascript-extensions.js',
Expand Down
1 change: 0 additions & 1 deletion resources/static/lib/bidbundle-min.js

This file was deleted.

1 change: 1 addition & 0 deletions resources/static/lib/bidbundle.js
2 changes: 1 addition & 1 deletion resources/views/test.ejs
Expand Up @@ -69,7 +69,7 @@
<script src="/i18n/en_US/client.json"></script>
<script src="/shared/javascript-extensions.js"></script>
<script src="/shared/gettext.js"></script>
<script src="/lib/bidbundle-min.js"></script>
<script src="/lib/bidbundle.js"></script>
<script src="http://testmob.org/include.js"></script>
<script src="/shared/browserid.js"></script>
<script src="/lib/dom-jquery.js"></script>
Expand Down

0 comments on commit 85c33a7

Please sign in to comment.