Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
uedxwg
2016-01-14 13:30:06 +0800
Commit
142bcc26e36a5a8f768fba20285e5e042c5fa823
2 parents
27e295f2
89cc19cf
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
template/www.yohobuy.com/partials/layout/footer.phtml
web-static/gulpfile.js
template/www.yohobuy.com/partials/layout/footer.phtml
View file @
142bcc2
...
...
@@ -12,10 +12,10 @@
<script
src=
"http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index-debug.js"
></script>
{
{/if
}
}
{
{#if
devEnv
}
}
<script
src=
"http://localhost:800
0
/static/js/sea.js?nowrap"
></script>
<script
src=
"http://localhost:800
1
/static/js/sea.js?nowrap"
></script>
<script>
seajs.config(
{
base:
'http://localhost:800
0
/'
base:
'http://localhost:800
1
/'
}
);
</script>
{
{/if
}
}
...
...
web-static/gulpfile.js
View file @
142bcc2
...
...
@@ -56,7 +56,7 @@ gulp.task('compass-watch', function() {
// start spm server
gulp
.
task
(
'spm-doc'
,
function
()
{
var
sd
=
cp
.
exec
(
'spm doc
'
);
var
sd
=
cp
.
exec
(
'spm doc
watch --port 8001'
);
// pc用8001,h5用8000, 跑两个服务器,不冲突
// sd.stdout.on('data', function(data) {
// console.log(data);
...
...
Please
register
or
login
to post a comment