Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
unknown
9 years ago
Commit
f5466ea20facd777aab47ec92c1960fb36a479a2
2 parents
59fb2dd4
40439329
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
12 deletions
template/www.yohobuy.com/partials/layout/footer.phtml
template/www.yohobuy.com/partials/layout/header.phtml
web-static/gulpfile.js
web-static/plugin/page-use/respond.min.js
template/www.yohobuy.com/partials/layout/footer.phtml
View file @
f5466ea
{
{>
layout/page-footer
}
}
<script
src=
"http://localhost:8000/static/js/sea.js?nowrap"
></script>
<script>
seajs.config(
{
base:
'http://localhost:8000/'
}
);
</script>
{
{#if
rlsEnv
}
}
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/lib.js"
></script>
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/index.js"
></script>
{
{/if
}
}
{
{#if
preEnv
}
}
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/lib.js"
></script>
<script
src=
"http://cdn.yoho.cn/yohobuy/{{version}}/index.js"
></script>
{
{/if
}
}
{
{#if
testEnv
}
}
<script
src=
"http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/lib.js"
></script>
<script
src=
"http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index-debug.js"
></script>
{
{/if
}
}
{
{#if
devEnv
}
}
<script
src=
"http://localhost:8000/static/js/sea.js?nowrap"
></script>
<script>
seajs.config(
{
base:
'http://localhost:8000/'
}
);
</script>
{
{/if
}
}
{
{>
layout/use
}
}
</body>
</html>
\ No newline at end of file
...
...
template/www.yohobuy.com/partials/layout/header.phtml
View file @
f5466ea
...
...
@@ -9,10 +9,30 @@
<meta
name=
"keywords"
content=
"{{keywords}}"
>
<meta
name=
"description"
content=
"{{description}}"
>
<title>
{{title}}
</title>
<!-- [if (gte IE 6)&(lte IE 8)>
<script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link
rel=
"stylesheet"
href=
"http://webstatic.dev.yohobuy.com/css/index.css"
>
{{#if rlsEnv}}
<!-- [if (gte IE 6)&(lte IE 8)>
<script src="http://cdn.yoho.cn/yohobuy/respond.min.js"></script>
<![endif]-->
<link
rel=
"stylesheet"
href=
"http://cdn.yoho.cn/yohobuy/{{version}}/index.css"
>
{{/if}}
{{#if preEnv}}
<!-- [if (gte IE 6)&(lte IE 8)>
<script src="http://cdn.yoho.cn/yohobuy/respond.min.js"></script>
<![endif]-->
<link
rel=
"stylesheet"
href=
"http://cdn.yoho.cn/yohobuy/{{version}}/index.css"
>
{{/if}}
{{#if testEnv}}
<!-- [if (gte IE 6)&(lte IE 8)>
<script src="http://static.buy.test.yoho.cn/dist/yohobuy/respond.min.js"></script>
<![endif]-->
<link
rel=
"stylesheet"
href=
"http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css"
>
{{/if}}
{{#if devEnv}}
<!-- [if (gte IE 6)&(lte IE 8)>
<script src="http://webstatic.dev.yohobuy.com/plugin/page-use/respond.min.js"></script>
<![endif]-->
<link
rel=
"stylesheet"
href=
"http://webstatic.dev.yohobuy.com/css/index.css"
>
{{/if}}
</head>
<body>
{{> layout/page-header}}
\ No newline at end of file
...
...
web-static/gulpfile.js
View file @
f5466ea
...
...
@@ -72,10 +72,10 @@ gulp.task('spm-doc', function() {
});
//生成发布目录,可用于上传测试机
gulp
.
task
(
'ge'
,
[
'assets'
,
'compass-production'
,
'build'
]);
gulp
.
task
(
'ge'
,
[
'assets'
,
'compass-production'
,
'build'
,
'script'
]);
//发布
gulp
.
task
(
'dist'
,
[
'assets'
,
'compass-production'
,
'build'
],
function
()
{
gulp
.
task
(
'dist'
,
[
'assets'
,
'compass-production'
,
'build'
,
'script'
],
function
()
{
var
ftpstream
=
ftp
(
ftpConfig
);
return
gulp
.
src
(
'dist/**/'
)
...
...
@@ -190,4 +190,10 @@ gulp.task('business', ['libs'], function() {
.
pipe
(
uglify
())
.
pipe
(
concat
(
'index.js'
))
.
pipe
(
gulp
.
dest
(
distDir
.
js
));
});
//页面需要直接标签引用的JS
gulp
.
task
(
'script'
,
function
()
{
gulp
.
src
(
'plugin/page-use/*'
)
.
pipe
(
gulp
.
dest
(
rootDist
));
});
\ No newline at end of file
...
...
web-static/plugin/page-use/respond.min.js
0 → 100644
View file @
f5466ea
/*! Respond.js v1.4.2: min/max-width media query polyfill * Copyright 2013 Scott Jehl
* Licensed under https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
* */
!
function
(
a
){
"use strict"
;
a
.
matchMedia
=
a
.
matchMedia
||
function
(
a
){
var
b
,
c
=
a
.
documentElement
,
d
=
c
.
firstElementChild
||
c
.
firstChild
,
e
=
a
.
createElement
(
"body"
),
f
=
a
.
createElement
(
"div"
);
return
f
.
id
=
"mq-test-1"
,
f
.
style
.
cssText
=
"position:absolute;top:-100em"
,
e
.
style
.
background
=
"none"
,
e
.
appendChild
(
f
),
function
(
a
){
return
f
.
innerHTML
=
'­<style media="'
+
a
+
'"> #mq-test-1 { width: 42px; }</style>'
,
c
.
insertBefore
(
e
,
d
),
b
=
42
===
f
.
offsetWidth
,
c
.
removeChild
(
e
),{
matches
:
b
,
media
:
a
}}}(
a
.
document
)}(
this
),
function
(
a
){
"use strict"
;
function
b
(){
u
(
!
0
)}
var
c
=
{};
a
.
respond
=
c
,
c
.
update
=
function
(){};
var
d
=
[],
e
=
function
(){
var
b
=!
1
;
try
{
b
=
new
a
.
XMLHttpRequest
}
catch
(
c
){
b
=
new
a
.
ActiveXObject
(
"Microsoft.XMLHTTP"
)}
return
function
(){
return
b
}}(),
f
=
function
(
a
,
b
){
var
c
=
e
();
c
&&
(
c
.
open
(
"GET"
,
a
,
!
0
),
c
.
onreadystatechange
=
function
(){
4
!==
c
.
readyState
||
200
!==
c
.
status
&&
304
!==
c
.
status
||
b
(
c
.
responseText
)},
4
!==
c
.
readyState
&&
c
.
send
(
null
))};
if
(
c
.
ajax
=
f
,
c
.
queue
=
d
,
c
.
regex
=
{
media
:
/@media
[^\{]
+
\{([^\{\}]
*
\{[^\}\{]
*
\})
+/gi
,
keyframes
:
/@
(?:\-(?:
o|moz|webkit
)\-)?
keyframes
[^\{]
+
\{(?:[^\{\}]
*
\{[^\}\{]
*
\})
+
[^\}]
*
\}
/gi
,
urls
:
/
(
url
\()[
'"
]?([^\/\)
'"
][^
:
\)
'"
]
+
)[
'"
]?(\))
/g
,
findStyles
:
/@media *
([^\{]
+
)\{([\S\s]
+
?)
$/
,
only
:
/
(
only
\s
+
)?([
a-zA-Z
]
+
)\s?
/
,
minw
:
/
\([\s]
*min
\-
width
\s
*:
[\s]
*
([\s]
*
[
0-9
\.]
+
)(
px|em
)[\s]
*
\)
/
,
maxw
:
/
\([\s]
*max
\-
width
\s
*:
[\s]
*
([\s]
*
[
0-9
\.]
+
)(
px|em
)[\s]
*
\)
/
},
c
.
mediaQueriesSupported
=
a
.
matchMedia
&&
null
!==
a
.
matchMedia
(
"only all"
)
&&
a
.
matchMedia
(
"only all"
).
matches
,
!
c
.
mediaQueriesSupported
){
var
g
,
h
,
i
,
j
=
a
.
document
,
k
=
j
.
documentElement
,
l
=
[],
m
=
[],
n
=
[],
o
=
{},
p
=
30
,
q
=
j
.
getElementsByTagName
(
"head"
)[
0
]
||
k
,
r
=
j
.
getElementsByTagName
(
"base"
)[
0
],
s
=
q
.
getElementsByTagName
(
"link"
),
t
=
function
(){
var
a
,
b
=
j
.
createElement
(
"div"
),
c
=
j
.
body
,
d
=
k
.
style
.
fontSize
,
e
=
c
&&
c
.
style
.
fontSize
,
f
=!
1
;
return
b
.
style
.
cssText
=
"position:absolute;font-size:1em;width:1em"
,
c
||
(
c
=
f
=
j
.
createElement
(
"body"
),
c
.
style
.
background
=
"none"
),
k
.
style
.
fontSize
=
"100%"
,
c
.
style
.
fontSize
=
"100%"
,
c
.
appendChild
(
b
),
f
&&
k
.
insertBefore
(
c
,
k
.
firstChild
),
a
=
b
.
offsetWidth
,
f
?
k
.
removeChild
(
c
):
c
.
removeChild
(
b
),
k
.
style
.
fontSize
=
d
,
e
&&
(
c
.
style
.
fontSize
=
e
),
a
=
i
=
parseFloat
(
a
)},
u
=
function
(
b
){
var
c
=
"clientWidth"
,
d
=
k
[
c
],
e
=
"CSS1Compat"
===
j
.
compatMode
&&
d
||
j
.
body
[
c
]
||
d
,
f
=
{},
o
=
s
[
s
.
length
-
1
],
r
=
(
new
Date
).
getTime
();
if
(
b
&&
g
&&
p
>
r
-
g
)
return
a
.
clearTimeout
(
h
),
h
=
a
.
setTimeout
(
u
,
p
),
void
0
;
g
=
r
;
for
(
var
v
in
l
)
if
(
l
.
hasOwnProperty
(
v
)){
var
w
=
l
[
v
],
x
=
w
.
minw
,
y
=
w
.
maxw
,
z
=
null
===
x
,
A
=
null
===
y
,
B
=
"em"
;
x
&&
(
x
=
parseFloat
(
x
)
*
(
x
.
indexOf
(
B
)
>-
1
?
i
||
t
():
1
)),
y
&&
(
y
=
parseFloat
(
y
)
*
(
y
.
indexOf
(
B
)
>-
1
?
i
||
t
():
1
)),
w
.
hasquery
&&
(
z
&&
A
||!
(
z
||
e
>=
x
)
||!
(
A
||
y
>=
e
))
||
(
f
[
w
.
media
]
||
(
f
[
w
.
media
]
=
[]),
f
[
w
.
media
].
push
(
m
[
w
.
rules
]))}
for
(
var
C
in
n
)
n
.
hasOwnProperty
(
C
)
&&
n
[
C
]
&&
n
[
C
].
parentNode
===
q
&&
q
.
removeChild
(
n
[
C
]);
n
.
length
=
0
;
for
(
var
D
in
f
)
if
(
f
.
hasOwnProperty
(
D
)){
var
E
=
j
.
createElement
(
"style"
),
F
=
f
[
D
].
join
(
"\n"
);
E
.
type
=
"text/css"
,
E
.
media
=
D
,
q
.
insertBefore
(
E
,
o
.
nextSibling
),
E
.
styleSheet
?
E
.
styleSheet
.
cssText
=
F
:
E
.
appendChild
(
j
.
createTextNode
(
F
)),
n
.
push
(
E
)}},
v
=
function
(
a
,
b
,
d
){
var
e
=
a
.
replace
(
c
.
regex
.
keyframes
,
""
).
match
(
c
.
regex
.
media
),
f
=
e
&&
e
.
length
||
0
;
b
=
b
.
substring
(
0
,
b
.
lastIndexOf
(
"/"
));
var
g
=
function
(
a
){
return
a
.
replace
(
c
.
regex
.
urls
,
"$1"
+
b
+
"$2$3"
)},
h
=!
f
&&
d
;
b
.
length
&&
(
b
+=
"/"
),
h
&&
(
f
=
1
);
for
(
var
i
=
0
;
f
>
i
;
i
++
){
var
j
,
k
,
n
,
o
;
h
?(
j
=
d
,
m
.
push
(
g
(
a
))):(
j
=
e
[
i
].
match
(
c
.
regex
.
findStyles
)
&&
RegExp
.
$1
,
m
.
push
(
RegExp
.
$2
&&
g
(
RegExp
.
$2
))),
n
=
j
.
split
(
","
),
o
=
n
.
length
;
for
(
var
p
=
0
;
o
>
p
;
p
++
)
k
=
n
[
p
],
l
.
push
({
media
:
k
.
split
(
"("
)[
0
].
match
(
c
.
regex
.
only
)
&&
RegExp
.
$2
||
"all"
,
rules
:
m
.
length
-
1
,
hasquery
:
k
.
indexOf
(
"("
)
>-
1
,
minw
:
k
.
match
(
c
.
regex
.
minw
)
&&
parseFloat
(
RegExp
.
$1
)
+
(
RegExp
.
$2
||
""
),
maxw
:
k
.
match
(
c
.
regex
.
maxw
)
&&
parseFloat
(
RegExp
.
$1
)
+
(
RegExp
.
$2
||
""
)})}
u
()},
w
=
function
(){
if
(
d
.
length
){
var
b
=
d
.
shift
();
f
(
b
.
href
,
function
(
c
){
v
(
c
,
b
.
href
,
b
.
media
),
o
[
b
.
href
]
=!
0
,
a
.
setTimeout
(
function
(){
w
()},
0
)})}},
x
=
function
(){
for
(
var
b
=
0
;
b
<
s
.
length
;
b
++
){
var
c
=
s
[
b
],
e
=
c
.
href
,
f
=
c
.
media
,
g
=
c
.
rel
&&
"stylesheet"
===
c
.
rel
.
toLowerCase
();
e
&&
g
&&!
o
[
e
]
&&
(
c
.
styleSheet
&&
c
.
styleSheet
.
rawCssText
?(
v
(
c
.
styleSheet
.
rawCssText
,
e
,
f
),
o
[
e
]
=!
0
):(
!
/^
([
a-zA-Z:
]
*
\/\/)
/
.
test
(
e
)
&&!
r
||
e
.
replace
(
RegExp
.
$1
,
""
).
split
(
"/"
)[
0
]
===
a
.
location
.
host
)
&&
(
"//"
===
e
.
substring
(
0
,
2
)
&&
(
e
=
a
.
location
.
protocol
+
e
),
d
.
push
({
href
:
e
,
media
:
f
})))}
w
()};
x
(),
c
.
update
=
x
,
c
.
getEmValue
=
t
,
a
.
addEventListener
?
a
.
addEventListener
(
"resize"
,
b
,
!
1
):
a
.
attachEvent
&&
a
.
attachEvent
(
"onresize"
,
b
)}}(
this
);
\ No newline at end of file
...
...
Please
register
or
login
to post a comment