Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
c712fdb35aa17aa42fb79e09e4994123bdfdb8a6
1 parent
df432c6e
change partials to partial
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
1 additions
and
1 deletions
apps/channel/index.js
apps/channel/views/partials/ad-floor.hbs → apps/channel/views/partial/ad-floor.hbs
apps/channel/views/partials/big-slider.hbs → apps/channel/views/partial/big-slider.hbs
apps/channel/views/partials/boy-brands.hbs → apps/channel/views/partial/boy-brands.hbs
apps/channel/views/partials/boy-recommend.hbs → apps/channel/views/partial/boy-recommend.hbs
apps/channel/views/partials/boy-singlehot.hbs → apps/channel/views/partial/boy-singlehot.hbs
apps/channel/views/partials/category-floor.hbs → apps/channel/views/partial/category-floor.hbs
apps/channel/views/partials/commodity.hbs → apps/channel/views/partial/commodity.hbs
apps/channel/views/partials/girl-brands.hbs → apps/channel/views/partial/girl-brands.hbs
apps/channel/views/partials/girl-recommend.hbs → apps/channel/views/partial/girl-recommend.hbs
apps/channel/views/partials/girl-singlehot.hbs → apps/channel/views/partial/girl-singlehot.hbs
apps/channel/views/partials/newreport-floor.hbs → apps/channel/views/partial/newreport-floor.hbs
apps/channel/views/partials/slide-accordion.hbs → apps/channel/views/partial/slide-accordion.hbs
apps/channel/index.js
View file @
c712fdb
...
...
@@ -25,7 +25,7 @@ app.engine('.hbs', hbs({
extname
:
'.hbs'
,
defaultLayout
:
'layout'
,
layoutsDir
:
doraemon
,
partialsDir
:
[
`
$
{
partials
}
/partial
s
`, `${doraemon}/
partial
`
],
partialsDir
:
[
`
$
{
partials
}
/partial`, `${doraemon}/
partial
`
],
helpers
:
global
.
yoho
.
helpers
}));
...
...
apps/channel/views/partial
s
/ad-floor.hbs → apps/channel/views/partial/ad-floor.hbs
View file @
c712fdb
apps/channel/views/partial
s
/big-slider.hbs → apps/channel/views/partial/big-slider.hbs
View file @
c712fdb
apps/channel/views/partial
s
/boy-brands.hbs → apps/channel/views/partial/boy-brands.hbs
View file @
c712fdb
apps/channel/views/partial
s
/boy-recommend.hbs → apps/channel/views/partial/boy-recommend.hbs
View file @
c712fdb
apps/channel/views/partial
s
/boy-singlehot.hbs → apps/channel/views/partial/boy-singlehot.hbs
View file @
c712fdb
apps/channel/views/partial
s
/category-floor.hbs → apps/channel/views/partial/category-floor.hbs
View file @
c712fdb
apps/channel/views/partial
s
/commodity.hbs → apps/channel/views/partial/commodity.hbs
View file @
c712fdb
apps/channel/views/partial
s
/girl-brands.hbs → apps/channel/views/partial/girl-brands.hbs
View file @
c712fdb
apps/channel/views/partial
s
/girl-recommend.hbs → apps/channel/views/partial/girl-recommend.hbs
View file @
c712fdb
apps/channel/views/partial
s
/girl-singlehot.hbs → apps/channel/views/partial/girl-singlehot.hbs
View file @
c712fdb
apps/channel/views/partial
s
/newreport-floor.hbs → apps/channel/views/partial/newreport-floor.hbs
View file @
c712fdb
apps/channel/views/partial
s
/slide-accordion.hbs → apps/channel/views/partial/slide-accordion.hbs
View file @
c712fdb
Please
register
or
login
to post a comment