Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
3 changed files
with
4 additions
and
3 deletions
@@ -303,6 +303,7 @@ $basicBtnC:#eb0313; | @@ -303,6 +303,7 @@ $basicBtnC:#eb0313; | ||
303 | font-size: pxToRem(24px); | 303 | font-size: pxToRem(24px); |
304 | float: right; | 304 | float: right; |
305 | color: #d0021b; | 305 | color: #d0021b; |
306 | + margin-right: 1.4rem; | ||
306 | h1 { | 307 | h1 { |
307 | display: inline-block; | 308 | display: inline-block; |
308 | line-height: pxToRem(88px); | 309 | line-height: pxToRem(88px); |
@@ -12,10 +12,10 @@ | @@ -12,10 +12,10 @@ | ||
12 | <script src="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index-debug.js"></script> | 12 | <script src="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index-debug.js"></script> |
13 | {{/if}} | 13 | {{/if}} |
14 | {{#if devEnv}} | 14 | {{#if devEnv}} |
15 | - <script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | 15 | + <script src="http://localhost:8001/static/js/sea.js?nowrap"></script> |
16 | <script> | 16 | <script> |
17 | seajs.config({ | 17 | seajs.config({ |
18 | - base: 'http://localhost:8000/' | 18 | + base: 'http://localhost:8001/' |
19 | }); | 19 | }); |
20 | </script> | 20 | </script> |
21 | {{/if}} | 21 | {{/if}} |
@@ -56,7 +56,7 @@ gulp.task('compass-watch', function() { | @@ -56,7 +56,7 @@ gulp.task('compass-watch', function() { | ||
56 | 56 | ||
57 | // start spm server | 57 | // start spm server |
58 | gulp.task('spm-doc', function() { | 58 | gulp.task('spm-doc', function() { |
59 | - var sd = cp.exec('spm doc'); | 59 | + var sd = cp.exec('spm doc watch --port 8001'); // pc用8001,h5用8000, 跑两个服务器,不冲突 |
60 | 60 | ||
61 | // sd.stdout.on('data', function(data) { | 61 | // sd.stdout.on('data', function(data) { |
62 | // console.log(data); | 62 | // console.log(data); |
-
Please register or login to post a comment