require_tree停止工作

时间:2014-03-02 00:16:37

标签: ruby-on-rails asset-pipeline turbolinks

我在assets/javascript中有一些我希望包含在视图中的javascript文件。我的application.js自默认以来没有改变:

// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require_tree .

在某些时候,脚本在视图中成功运行,而我不必在视图模板中编写任何内容。当我在浏览器中查看源代码时,我看到它们的路径由turbolinks控制。但是在做了一些小的改动之后(我真的无法把手指放在任何重要的东西上我改变了 - 无论如何都没有与turbolinks相关),它突然停止工作,现在没有加载任何javascript文件。

知道可能出现什么问题吗?

0 个答案:

没有答案