Authored by xuqi

layout static path

@@ -17,16 +17,17 @@ @@ -17,16 +17,17 @@
17 {{#if devEnv}} 17 {{#if devEnv}}
18 <link rel="stylesheet" href="//localhost:3000/css/index.css"> 18 <link rel="stylesheet" href="//localhost:3000/css/index.css">
19 {{^}} 19 {{^}}
20 - <link rel="stylesheet" href="//cdn.yoho.cn/mYohobuy/{{version}}/index.css"> 20 + <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
21 {{/if}} 21 {{/if}}
22 </head> 22 </head>
23 <body> 23 <body>
24 {{> header}} 24 {{> header}}
25 {{{body}}} 25 {{{body}}}
  26 + {{> footer}}
26 {{#if devEnv}} 27 {{#if devEnv}}
27 <script src="//localhost:8000/{{module}}.{{page}}.js"></script> 28 <script src="//localhost:8000/{{module}}.{{page}}.js"></script>
28 {{^}} 29 {{^}}
29 - <script src="//cdn.yoho.cn/{{module}}.{{page}}.js"></script> 30 + <script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script>
30 {{/if}} 31 {{/if}}
31 </body> 32 </body>
32 </html> 33 </html>
  1 +<p>I am footer</p>
1 { 1 {
2 - "name": "yohobuy-node", 2 + "name": "m-yohobuy-node",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "A New Yohobuy Project With Express", 4 "description": "A New Yohobuy Project With Express",
5 "repository": { 5 "repository": {