Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我设法使用了 require.js,它是优化我的项目的优化器。但它会生成 3 个 javascript 文件:
1.主文件
require.js 配置文件(在 html 中作为data-main引用的那个)
2.require.js库
require.js 的代码。
3.我的申请代码
是否可以将这 3 个 javascript 文件合并到一个文件中?
看看 grunt js 项目,具体到:
grunt concat
和需要 js 的插件:
https://github.com/asciidisco/grunt-requirejs