Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
姜枫
2016-12-23 13:44:12 +0800
Commit
886b699bb89191545c81f55baeeae3cd717b2c81
1 parent
e46766b4
将favicon.ico 放到public外面,因为发布系统现在会过滤掉public文件夹
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
app.js
public/favicon.ico → favicon.ico
app.js
View file @
886b699
...
...
@@ -64,7 +64,7 @@ app.use(global.yoho.hbs({
app
.
use
(
global
.
yoho
.
middleware
());
app
.
use
(
favicon
(
path
.
join
(
__dirname
,
'/
public/
favicon.ico'
)));
app
.
use
(
favicon
(
path
.
join
(
__dirname
,
'/favicon.ico'
)));
app
.
use
(
express
.
static
(
path
.
join
(
__dirname
,
'public'
)));
app
.
use
(
bodyParser
.
json
());
app
.
use
(
bodyParser
.
urlencoded
({
...
...
public/
favicon.ico → favicon.ico
View file @
886b699
No preview for this file type
Please
register
or
login
to post a comment