提交 22bb5ea1 编写于 作者: A afc163

upgrade nico.js

上级 5e635654
......@@ -90,7 +90,7 @@ exports.middlewares = [
},
{
name: 'webpackDevMiddleware',
filter: /\.(js|css)(\.map)?$/,
filter: /\.(js|css)(\.map)?(\?.*)?$/,
handle: function(req, res, next) {
handler = handler || webpackMiddleware(webpackCompiler, {
publicPath: '/dist/',
......
......@@ -12,7 +12,7 @@
<link rel="icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon">
<link rel="shortcut icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon">
{% block styles %}{% endblock %}
<link rel="stylesheet" href="{{static_url('../dist/demo.css')}}">
<link rel="stylesheet" href="{{static_url('../dist/demo.css')}}?20160114">
<link rel="stylesheet" href="{{static_url('style.css')}}">
<link rel="stylesheet" href="{{static_url('tomorrow.css')}}">
<!--[if IE 8]>
......@@ -44,7 +44,7 @@
latest: '{{config.package.version}}'
};
</script>
<script src="{{static_url('../dist/demo.js')}}"></script>
<script src="{{static_url('../dist/demo.js')}}?20160114"></script>
<script src="https://t.alipayobjects.com/images/T1DrxhXe0mXXXXXXXX.js"></script>
{% block scripts %}{% endblock %}
</head>
......@@ -57,9 +57,6 @@
<div class="search">
<div id="autoComplete"></div>
</div>
<div class="global-hint">
0.11 已发布,0.10 文档请访问 <a href="http://010x.ant.design/">010x.ant.design</a>
</div>
<nav class="nav">
<span class="bar"></span>
<ul>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册