嘿,伙计们在部署时并没有向我显示CSS。我在线阅读了所有内容。我试图把debug =" false"哪个没用。
我试图改变我的StyleBundle。
bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/bootstrap.css",
"~/Content/site.css"
));
有一个已存在的文件夹是/ Content 我尝试将StyleBundle改为
bundles.Add(new StyleBundle("~/Content/css-test").Include(
"~/Content/bootstrap.css",
"~/Content/site.css"
));
然后更改了@ Styles.Render以匹配它,但是CSS甚至没有显示在我的本地主机中。
我一直在为此而自杀。如果有人可以请求帮助。