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
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-05-22 18:49:04 +0800
Commit
65410ced8b7c1b060d33850727bfa54332b5eeaf
1 parent
2f601f17
modify preview env use seajs_preview.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
27 deletions
partials/common/environment_js.html
partials/common/environment_js.html
View file @
65410ce
{{# devEnvironment}}
<script
type=
"text/javascript"
src=
"http://localhost:8000/js/util/seajs.js?nowrap"
></script>
<script
type=
"text/javascript"
src=
"http://localhost:8000/js/util/seajs.js?nowrap"
></script>
{{/ devEnvironment}}
{{# prevEnvironment}}
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs_preview.js"
></script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs_preview.js"
></script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
{{/ prevEnvironment}}
{{# testEnvironment}}
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
{{/ testEnvironment}}
{{# prodEnvironment}}
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs.js"
></script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
{{/ prodEnvironment}}
...
...
Please
register
or
login
to post a comment