如何在rails项目中完全删除Foundation?将rails g foundation:install
添加到Gemfile
后,我使用了Gemfile
进行安装。
我已经在checkSelfPermission(String)
中删除了它,但我仍然在浏览器中收到与基金会相关的错误。
答案 0 :(得分:0)
这是https://mathworks.com/help/matlab/ref/interp1.html。这应该足以恢复这些步骤
将基础添加到CSS
将以下行添加到app / assets / stylesheets / application.css文件中:
/*= require foundation
如果您计划使用Sass,那么您将要将application.css重命名为application.scss。该文件应如下所示:
@import "foundation_and_overrides";
/* Add imports of custom sass/scss files here */
因此请务必从application.css
或application.scss
将基础添加到您的JS
将以下行添加到app / assets / javascripts / application.js文件中:
//= require foundation
$(document).foundation();
从.foundation()
application.js
来电
设置视口宽度
将以下行添加到页面布局的开头:
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
我的视口宽度设置与bootstrap相同,我认为它不应该导致任何问题。
来自manual installation from foundation的这工作,我还必须删除所有内容
_settings.css