gpt4 book ai didi

css - 耙 Assets :precompile gives no erros but mina deploy fails on running the same command

转载 作者:行者123 更新时间:2023-11-28 11:17:49 29 4
gpt4 key购买 nike

我有一个 Rails 4 应用程序,我正尝试使用 mina 进行部署。当我运行 mina deploy 时,它在 Assets 预编译步骤失败并以状态 19 退出。这是它吐出的错误:

rake aborted!                                                                                                                                                                  
Invalid CSS after " *": expected "{", was "= require found..."
(in /var/www/someapp/tmp/build-139204594512190/app/assets/stylesheets/application.css)
(sass):15

所以我可以清楚地看到 css 文件和它的预编译尝试可能有问题。在尝试修复问题之前,我想确保文件有问题,所以我运行了 rake assets:precompile。瞧,没有错误,一切顺利。我想这可能是 dev 的配置方式与生产方式的不同,所以我备份了我的 development.rb 文件,复制了 production.rb 并将其重命名为 development.rb 并再次尝试并且成功了。因此,如果我从 rake 运行该命令,它会起作用,但如果 mina 在部署期间尝试该命令,它就会失败。

我真的不知道如何处理这个问题。下面是 application.css 文件,出错的行是 *= require foundation_and_overrides

/*                                                                                                    * 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 top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*/
*= require foundation_and_overrides

@font-face {
font-family: 'relay-medium';
src: url('<%= asset_path("relay-medium.ttf") %>');
font-weight: normal;
font-style: normal;
}

感谢您的帮助!

最佳答案

并且通过将最后一个 *= require foundation_and_overrides 移动到注释 block 中来解决问题。

关于css - 耙 Assets :precompile gives no erros but mina deploy fails on running the same command,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21683011/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com