We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
像这种插件加载不进来
The text was updated successfully, but these errors were encountered:
建议多看看文档和例子
Sorry, something went wrong.
$.seajsCombo({ plugins : [{ ext : [ '.tpl' ], use : [{ plugin : $.uglify, param : uglifyConfig }] }] })
您好,我想把加载的文件压缩,不知道这样写对不?
应该像这样:
gulp.task( 'combo', function () { return gulp.src( 'hello.js' ) .pipe( seajsCombo() ) .pipe( uglify() ) .pipe( gulp.dest('dist') ) });
No branches or pull requests
像这种插件加载不进来
The text was updated successfully, but these errors were encountered: