YepNope 和 LabJS 的替代品

发布于 2024-12-13 03:46:59 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萤火眠眠 2024-12-20 03:46:59

我会抛出 require.js 供考虑。它会动态地将 script 和 css 标签添加到 中,因此它可以很好地异步工作。它还会将所有 js 优化到一个文件中,因此如果您的项目像我的一样,您将有数十个 js 文件正在开发中(我认为我们大约有 100 个),但只有 1 个用于生产。

我唯一还没有开始工作的是 css 文件的优化,尽管显然它已经完成了。

祝你好运

I would throw require.js up for consideration. It will dynamically add script and css tags to the <head> so it works nicely asynchronously. It will also optimize all your js into one file so if you project is like mine you'll have dozens of js files in development (I think we have about 100) but only 1 for production.

The only thing I haven't got working yet is the optimization of the css files though apparently it has been done.

Good luck

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文