据我所知,陨石的重点是简化处理项目所需的插件版本和流星分支.但我不想跟随流星的分支;我想使用稳定的版本.似乎这应该是可能的.我该怎么做?
解决方法
你可以分别为
specify alternate branches and forks:
{ meteor: { "branch": "devel","git": "https://github.com/meteor/meteor.git" } }
根据文件:
The meteor specification is not required. Meteor’s public repo checked out to the master branch is the default. You can specify meteor.branch and meteor.git to use alternate branches and forks respectively.
要使用稳定版本,只需完全省略smart.json文件中的meteor部分,您将使用最新的稳定版本.
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。