1

我已经在我的 rails 应用程序中实现了 Summernote。开发中一切正常,Summernote 图标显示正确。但是,当我将其部署到生产环境时,这些图标不见了。我试过跑

rake assets:clean

RAILS_ENV=production rake assets:precompile

但那些图标仍然不见了。即使我已经添加了这些

<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet">
<link href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.1/summernote.css" rel="stylesheet">

仍然没有运气。有人有这个问题吗?

4

0 回答 0