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
沈志敏
2016-08-11 10:33:59 +0800
Commit
e214eafb09678e0b538059f163214b99a2f02319
2 parents
9859473a
77ac24b2
Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/gulpfile.js
public/gulpfile.js
View file @
e214eaf
...
...
@@ -178,7 +178,9 @@ gulp.task('font', () => {
gulp
.
task
(
'postcss'
,
[
'assets'
],
()
=>
{
return
gulp
.
src
(
'scss/index.css'
)
.
pipe
(
postcss
(
postcssPlugin
(
env
.
pro
)))
.
pipe
(
cssnano
())
.
pipe
(
cssnano
({
safe
:
true
}))
.
pipe
(
gulp
.
dest
(
dist
.
css
));
});
...
...
Please
register
or
login
to post a comment