Skip to content
  • Finn Woelm's avatar
    Fix: Check for asset precompilation when starting server · 78986e64
    Finn Woelm authored
    When `public/assets/` is a symlink, running `find public/assets ...`
    does not return the correct result. By using `public/assets/`, find is
    able to return the correct result regardless of whether the folder is an
    actual folder or a symlink.
    
    [ci skip]
    78986e64