Authored by xuqi

generate production dist

... ... @@ -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);
... ...