use compressed application.js

raw_icon
John Crepezzi 14 years ago
parent fb0c439879
commit d262c9f853
  1. 1
      TODO.md
  2. 2
      static/application.min.js
  3. 2
      static/index.html

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

File diff suppressed because one or more lines are too long

@ -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="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="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"/> <meta name="robots" content="noindex,nofollow"/>

Loading…
Cancel
Save