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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想问一下,grunt requirejs 压缩必须要将依赖文件都打包到一个压缩 js 文件中? 如果我想按模块打包,将JS 库文件 和 业务 js 文件分开压缩,然后入口文件还是 requrire([库.min.js , 业务.min.js ],function () { do it }); 可以只直接grunt 里面配置这样的吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
想问一下,grunt requirejs 压缩必须要将依赖文件都打包到一个压缩 js 文件中?
如果我想按模块打包,将JS 库文件 和 业务 js 文件分开压缩,然后入口文件还是 requrire([库.min.js , 业务.min.js ],function () { do it }); 可以只直接grunt 里面配置这样的吗
The text was updated successfully, but these errors were encountered: