修改 build.js 将 css inline 化

This commit is contained in:
virusdefender
2015-08-01 23:16:48 +08:00
parent 27fda78bf2
commit f80d10917f
4 changed files with 14 additions and 13 deletions

View File

@@ -8,11 +8,6 @@
<title>在线评测系统</title>
<!-- common css begin -->
<link href="/static/css/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="/static/css/bootstrap/todc-bootstrap.min.css" rel="stylesheet">
<!-- common css end -->
<!-- custom css begin -->
{% block css_block %}{% endblock %}
<!-- custom css end -->
@@ -95,7 +90,7 @@
<!-- custom body end -->
<script src="/static/js/config.js"></script>
<script src="/static/js/require.js" data-main="/static/js/oj-build.js"></script>
<script src="/static/js/require.js" data-main="/static/js/app/oj.js"></script>
<!-- footer begin -->
<div class="footer">
<p class="text-muted text-center">Copyright © 2015 青岛大学信息工程学院 创新实验室</p>