use compressed application.js

This commit is contained in:
John Crepezzi 2011-11-25 10:28:26 -05:00
parent fb0c439879
commit d262c9f853
3 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,7 @@
* test new interface in browsers
* compress assets
* fix issues with deploy
* get staticCache back in
# shared version only

2
static/application.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -9,7 +9,7 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="http://yandex.st/highlightjs/6.1/highlight.min.js"></script>
<script type="text/javascript" src="application.js"></script>
<script type="text/javascript" src="application.min.js"></script>
<meta name="robots" content="noindex,nofollow"/>