Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
hf
2015-10-28 22:27:27 +0800
Commit
f6c0b1d6fbc0f3493721f725c238b46f5db3a196
2 parents
7d50cba1
0e945c33
Merge remote-tracking branch 'origin/develop' into test
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
5 deletions
static/index.js
static/js/category/entry.js
static/js/guang/index.js → static/js/guang/entry.js
static/js/home/index.js → static/js/home/entry.js
static/js/index/index.js → static/js/index/entry.js
static/js/passport/index.js → static/js/passport/entry.js
static/js/product/index.js → static/js/product/entry.js
static/js/shopping-cart/index.js → static/js/shopping-cart/entry.js
static/index.js
View file @
f6c0b1d
...
...
@@ -2,10 +2,11 @@ var yohobuy;
require
(
'./js/common'
);
require
(
'./js/passport/index'
);
require
(
'./js/guang/index'
);
require
(
'./js/home/index'
);
require
(
'./js/product/index'
);
require
(
'./js/index/index'
);
require
(
'./js/category/entry'
);
require
(
'./js/guang/entry'
);
require
(
'./js/home/entry'
);
require
(
'./js/index/entry'
);
require
(
'./js/passport/entry'
);
require
(
'./js/product/entry'
);
module
.
exports
=
yohobuy
;
...
...
static/js/category/entry.js
0 → 100644
View file @
f6c0b1d
/**
* 品类打包入口
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/10/28
*/
require
(
'./index'
);
require
(
'./brand'
);
\ No newline at end of file
...
...
static/js/guang/
index
.js → static/js/guang/
entry
.js
View file @
f6c0b1d
static/js/home/
index
.js → static/js/home/
entry
.js
View file @
f6c0b1d
static/js/index/
index
.js → static/js/index/
entry
.js
View file @
f6c0b1d
static/js/passport/
index
.js → static/js/passport/
entry
.js
View file @
f6c0b1d
static/js/product/
index
.js → static/js/product/
entry
.js
View file @
f6c0b1d
static/js/shopping-cart/
index
.js → static/js/shopping-cart/
entry
.js
View file @
f6c0b1d
Please
register
or
login
to post a comment