mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
use compressed application.js
This commit is contained in:
parent
fb0c439879
commit
d262c9f853
3 changed files with 4 additions and 1 deletions
1
TODO.md
1
TODO.md
|
@ -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
|
||||||
|
|
2
static/application.min.js
vendored
Normal file
2
static/application.min.js
vendored
Normal file
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…
Reference in a new issue