Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次推送到 Heroku 时,我都会运行 collectstatic --noinput。新文件被复制,但有更改的旧文件不会被覆盖。但是,删除文件并推送到 heroku 会按预期替换该特定文件。
如何让 collectstatic 用更改覆盖文件?
你试过collectfast吗?https://github.com/FundedByMe/collectfast。
这个插件是为 S3 设计的,它会比较文件的 MD5,以便上传更改的文件。