Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
ccbikai
2016-08-19 18:35:32 +0800
Commit
08c6a8637fbf1d14a94e77c83ec5b5277b619211
2 parents
1c1c48a1
b7efd1eb
Merge branch 'release/1.0'
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 @
08c6a86
...
...
@@ -170,7 +170,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