无法找到类型为'text / css'的文件'jquery.handsontable.full'

时间:2016-02-20 05:39:51

标签: ruby-on-rails handsontable

我正在为我的项目整合gem 'rails_handsontable'

gemfile

gem 'jquery-ui-rails'
gem 'rails_handsontable'

application.js

//= require jquery
//= require jquery_ujs
//= require jquery-ui
//= requirejquery.handsontable.full
//= require turbolinks
//= require_tree .

application.css

 *= require_tree .
 *= require_self
 *= require jquery-ui
 *= require jquery.handsontable.full

我收到的错误如couldn't find file 'jquery.handsontable.full' with type 'text/css'

0 个答案:

没有答案