Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
Commits
Go to a project
GitLab
Go to group
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
lore-w
2015-06-23 18:13:47 +0800
Commit
89ba733351a7ae751407d8ba0d33c5dc646cdf8a
2 parents
987513e6
eb3b8635
Merge branch 'develop' of
http://git.dev.yoho.cn/ued/yohogirls-mustache
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
partials/common/environment_css.html
partials/common/environment_flash.html
partials/common/environment_hk_js.html
partials/common/environment_images.html
partials/common/environment_js.html
partials/common/environment_css.html
View file @
89ba733
...
...
@@ -8,6 +8,6 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://res.previewboys.yoho.cn/res/new/girls/css/girls.css"
/>
{{/ prevEnvironment}}
{{# prodEnvironment}}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
rescdn.yohoboys.com/res/new/girls/css/girls.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
cdn.yoho.cn/yohogirls-frontend-web/0.0.1/girls.css"
/>
{{/ prodEnvironment}}
...
...
partials/common/environment_flash.html
View file @
89ba733
{{# devEnvironment}}http://localhost:8000/dist/yohogirls-frontend-web/assets/swf/util{{/ devEnvironment}}
{{# testEnvironment}}http://cmsres.test.yoho.cn/res/new/girls/assets/swf/util{{/ testEnvironment}}
{{# prevEnvironment}}http://res.previewboys.yoho.cn/res/new/girls/assets/swf/util{{/ prevEnvironment}}
{{# prodEnvironment}}http://rescdn.yohoboys.com/res/new/girls/assets/swf/util{{/ prodEnvironment}}
\ No newline at end of file
{{# prodEnvironment}}http://cdn.yoho.cn/yohogirls-frontend-web/assets/swf/util{{/ prodEnvironment}}
\ No newline at end of file
...
...
partials/common/environment_hk_js.html
View file @
89ba733
...
...
@@ -16,8 +16,8 @@ seajs.use("index");
</script>
{{/ prevEnvironment}}
{{# prodEnvironment}}
<script
type=
"text/javascript"
src=
"http://rescdn.yohoboys.com/res/new/girls/js/util/seajs.js"
></script>
<script
type=
"text/javascript"
src=
"http://rescdn.yohoboys.com/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/sea.js"
></script>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
...
...
partials/common/environment_images.html
View file @
89ba733
{{# devEnvironment}}http://localhost:8000/dist/yohogirls-frontend-web/assets/images{{/ devEnvironment}}
{{# testEnvironment}}http://cmsres.test.yoho.cn/res/new/girls/assets/images{{/ testEnvironment}}
{{# prevEnvironment}}http://res.previewboys.yoho.cn/res/new/girls/assets/images{{/ prevEnvironment}}
{{# prodEnvironment}}http://
rescdn.yohoboys.com/res/new/girls
/assets/images{{/ prodEnvironment}}
{{# prodEnvironment}}http://
cdn.yoho.cn/yohogirls-frontend-web
/assets/images{{/ prodEnvironment}}
...
...
partials/common/environment_js.html
View file @
89ba733
...
...
@@ -16,8 +16,8 @@ seajs.use("index");
</script>
{{/ prevEnvironment}}
{{# prodEnvironment}}
<script
type=
"text/javascript"
src=
"http://rescdn.yohoboys.com/res/new/girls/js/util/seajs.js"
></script>
<script
type=
"text/javascript"
src=
"http://rescdn.yohoboys.com/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/sea.js"
></script>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
...
...
Please
register
or
login
to post a comment