use compressed application.js
This commit is contained in:
parent
fb0c439879
commit
d262c9f853
1
TODO.md
1
TODO.md
|
@ -8,6 +8,7 @@
|
|||
* test new interface in browsers
|
||||
* compress assets
|
||||
* fix issues with deploy
|
||||
* get staticCache back in
|
||||
|
||||
|
||||
# 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="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"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue