そこで、Firebase アプリをデプロイするための入門ガイドfirebase-tools
に従って、アプリの一部を正常にデプロイすることができました。ディレクトリindex.html
にすべての .js スクリプトを取得しました。project_name/app/scripts/**
これは開発ツールで確認できます。ロードされていないのは、bower_components/
基本的にアプリのフレームワークであるディレクトリにある .js スクリプト ファイルです (AngularJS、jQuery、Bootstrap、Firebase など)。
なぜこうなった?
開発ツールのスクリーンショット
firebase.json
{
"firebase": "angfirenews",
"public": "app",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}