0
我安裝了門衛,我沒有做任何配置,也沒有在我的application.css中包含任何門衛樣式表,但仍然列出了門衛的樣式表。 application.css的刪除由門衛添加的樣式表
內容:
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require bootstrap
*= require_tree .
*= require_self
*/
我checke到LIB /資產/樣式表和供應商/資產/樣式表還沒有看到任何守門人CSS。如何刪除作爲波紋管產生的看門CSS:我試圖讀看門的GIT頁面
<link href="/assets/doorkeeper/bootstrap.min.css?body=1" media="screen" rel="stylesheet" />
<link href="/assets/doorkeeper/application.css?body=1" media="screen" rel="stylesheet" />
<link href="/assets/doorkeeper/admin/application.css?body=1" media="screen" rel="stylesheet" />
但無濟於事找到解決我的問題。請幫忙。