Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2016-07-15 17:43:25 +0800
Commit
d22d12a671cca4d488a83aff365b0f7b135c9e88
1 parent
d8f10f5e
gulp fonts
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/gulpfile.js
public/gulpfile.js
View file @
d22d12a
...
...
@@ -148,7 +148,7 @@ gulp.task('img', () => {
// copy font
gulp
.
task
(
'font'
,
()
=>
{
return
gulp
.
src
(
'font/*'
)
return
gulp
.
src
(
'font/*
*/*
'
)
.
pipe
(
gulp
.
dest
(
dist
.
font
));
});
...
...
Please
register
or
login
to post a comment