2

yeoman を使用して作成した角度プロジェクトの grunt serve:dist の出力ファイルを提供するたびに、index.html にアクセスするとコンソールに 404 エラーが表示されます。

Gruntfile.js のグローバル パスも変更しましたが、それでも次のエラーが発生します。

Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/styles/application.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/styles/application.scss Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular/angular.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-animate/angular-animate.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-aria/angular-aria.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:35729/livereload.js?snipver=1 Failed to load resource: net::ERR_CONNECTION_REFUSED
http://0.0.0.0:9000/bower_components/angular-cookies/angular-cookies.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-messages/angular-messages.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-resource/angular-resource.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-route/angular-route.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-sanitize/angular-sanitize.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-touch/angular-touch.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-material/angular-material.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-ui-router/release/angular-ui-router.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/scripts/app.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/scripts/controllers/LayoutCtrl.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/scripts/controllers/SidebarCtrl.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/views/Notification/NotificationCtrl.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/views/News/NewsCtrl.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/styles/application.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/bower_components/angular-material/angular-material.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://0.0.0.0:9000/styles/application.scss Failed to load resource: the server responded with a status of 404 (Not Found)

ここに私のGruntfile.jsのリンクがあります

4

0 に答える 0