我使用Yeoman和generator-angular制作了Angular App。然后,我向其中添加了Firebase,并通过grunt服务使其在数据库中正常运行。
我不使用angular-firebase,因为Bower不会使用相同的Angular版本安装firebase和angular路由,cookie等。
之后,我尝试使用Firebase Hosting部署它。
首先,我发出以下警告:
Uglifying source .tmp/concat/scripts/scripts.js failed.
Warning: Uglification failed.
Unexpected token: operator (>).
Line 48 in .tmp/concat/scripts/scripts.js
Used --force, continuing.
Warning: Cannot read property 'min' of undefined Used --force, continuing.
但是我仍然有一个dist文件夹。 Firebase部署正确,使用CSS可以很好地显示index.html,但其他方面完全没有用。没有视图。