diff options
| author | root <root@lalalizard.com> | 2012-12-23 13:51:35 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-24 12:06:12 -0500 |
| commit | cf819bf0f8d5210c676551368d9398457b167071 (patch) | |
| tree | e00a8cbc17ef906a4097264ecceba1e54f44ecc7 | |
| parent | f60365bd48ddb213812fd9b67f6897cc5e42643f (diff) | |
fix makejs
| -rwxr-xr-x | tools/makejs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makejs.sh b/tools/makejs.sh index 7cc65c8..14a611e 100755 --- a/tools/makejs.sh +++ b/tools/makejs.sh @@ -2,4 +2,4 @@ cd ../frontend/static/js/ rm sj6.js -cat `ls *.js` > sj6.js +cat jquery-1.5.2.min.js jquery.md5.js swfobject.js soundmanager2.js debug.js api.js auth.js like.js search.js player.js vimeo.js youtube.js soundcloud.js audio.js tokbox.js chat.js room.js main.js > sj6.js |
