Authored by xuqi

layout static path

... ... @@ -17,16 +17,17 @@
{{#if devEnv}}
<link rel="stylesheet" href="//localhost:3000/css/index.css">
{{^}}
<link rel="stylesheet" href="//cdn.yoho.cn/mYohobuy/{{version}}/index.css">
<link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
{{/if}}
</head>
<body>
{{> header}}
{{{body}}}
{{> footer}}
{{#if devEnv}}
<script src="//localhost:8000/{{module}}.{{page}}.js"></script>
{{^}}
<script src="//cdn.yoho.cn/{{module}}.{{page}}.js"></script>
<script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script>
{{/if}}
</body>
</html>
\ No newline at end of file
... ...
<p>I am footer</p>
\ No newline at end of file
... ...
{
"name": "yohobuy-node",
"name": "m-yohobuy-node",
"version": "0.0.1",
"description": "A New Yohobuy Project With Express",
"repository": {
... ...