我已经安装了phantomjs和二手家庭酿造
brew update && brew install phantomjs
我已经用npm安装了它并且还安装了它`mrt add phantomjs``
然后我安装了spiderable包
当我使用/?_ scaped_fragment =
访问localhost上的页面时我得到了我的应用的正确html代码
但是当我访问mysite时,我部署应用程序(我起诉默认的meteor服务器进行部署)??scaped_fragment =
我得到空代码,真的没有HTML,所以我错过了什么?我也卸载了fastrender并重新安装了包。
答案 0 :(得分:2)
默认情况下,Meteor部署托管已经安装了phantomjs。 (如果您想通过meteor deploy
)部署到meteor.com。
您所要做的就是安装spiderable
,而不是phantomjs。您通过mrt
安装的phantomjs包不是必需的。也不是通过酿造的幻影
meteor add spiderable
meteor deploy yoursite.meteor.com
然后访问您的site.meteor.com /?_ scaped_fragment =