Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
xuqi
2015-10-22 13:12:15 +0800
Commit
44614d35dc4bfda6bbc23e7f5e9adba892414c44
1 parent
37a5ca83
generate production dist
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
static/gulpfile.js
static/gulpfile.js
View file @
44614d3
...
...
@@ -71,6 +71,9 @@ gulp.task('spm-doc', function() {
});
});
//生成发布目录,可用于上传测试机
gulp
.
task
(
'ge'
,
[
'assets'
,
'compass-production'
,
'build'
]);
//发布
gulp
.
task
(
'dist'
,
[
'assets'
,
'compass-production'
,
'build'
],
function
()
{
var
ftpstream
=
ftp
(
ftpConfig
);
...
...
Please
register
or
login
to post a comment