homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

mailcatcher: fix missing assets

Open sj26 opened this issue 3 weeks ago • 1 comments

Without this step the user interface does not function because the javascript and stylesheets are not compiled or included, so cannot be served to browsers.

This command was run in the formula for v0.9.0 but was removed in the update to v0.10.0 (#173471):

https://github.com/Homebrew/homebrew-core/commit/104b175d45a9454103e5a25fd2ff6f8749eeeea6#diff-aff4c5be3f339d85e769e3c2362bb626acfde080d57d0bb75f42551ecc3d0413L161

Closes https://github.com/sj26/mailcatcher/issues/560.


  • [x] Have you followed the guidelines for contributing?
  • [x] Have you ensured that your commits follow the commit style guide?
  • [x] Have you checked that there aren't other open pull requests for the same formula update/change?
  • [x] Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • [x] Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • [x] Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

sj26 avatar Jun 12 '24 00:06 sj26