Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
fe-util
·
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
htoooth
2016-07-05 13:36:26 +0800
Commit
63f91fba217f75e74c8de313f9a34e5665ef2b75
1 parent
d4f25f4c
update lib
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/templates/index.js
package.json
app/templates/index.js
View file @
63f91fb
...
...
@@ -24,7 +24,7 @@ app.engine('.hbs', hbs({
defaultLayout
:
'layout'
,
layoutsDir
:
doraemon
,
partialsDir
:
[
path
.
join
(
__dirname
,
'views/partial'
),
`
$
{
doraemon
}
/partial`]
,
helpers
:
'helpers'
helpers
:
global
.
yoho
.
helpers
}));
// router
...
...
package.json
View file @
63f91fb
{
"name"
:
"generator-subapp"
,
"version"
:
"0.0.
6
"
,
"version"
:
"0.0.
7
"
,
"description"
:
"Scaffold out a yohobuy node sub app"
,
"author"
:
"xuqi<qi.xu@yoho.cn>"
,
"keywords"
:
[
...
...
Please
register
or
login
to post a comment