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.
如何获得未压缩的 JS 以使用 Meteor 调试客户端?
如果您在开发模式下在本地运行流星,则 javascript 应该已经解压缩(即未缩小)。
如果你想在部署后解压 javascript,使用meteor deploy --debug命令
meteor deploy --debug
(见http://docs.meteor.com/#meteordeploy)