部署到heroku时的JS路径

时间:2016-07-26 08:50:35

标签: jquery angularjs heroku bower mean-stack

我目前有一个在本地运行良好的平均应用程序。但是当部署到heroku时,我在尝试加载诸如angularjs,jquery等库时会出现404错误。

在我的index.html文件中,我目前添加的文件如下:

<!-- build:js({client,node_modules}) app/vendor.js -->
  <!-- bower:js -->
  <script src="bower_components/jquery/dist/jquery.js"></script>
  <script src="bower_components/angular/angular.js"></script>
  <script src="bower_components/angular-resource/angular-resource.js"></script>

我的解决方案中的结构是client / bower_componenets。 .bowerrc也说明了这条路径。

从heroku实例加载应用程序时,路径错误404

https://app.herokuapp.com/bower_components/jquery/dist/jquery.js无法加载资源:服务器响应状态为404(未找到)

任何想法都会很棒

0 个答案:

没有答案