• Marc Cornellà's avatar
    Switch newer-than logic to get the desired behavior · e6045879
    Marc Cornellà authored
    In the old version, the function returned true (0) if the cache file
    was newer than the Cakefile, which was *always* unless the Cakefile
    had been updated. Therefore we generated the file every time unless
    the Cakefile was updated, which was precisely when we needed to
    regenerate the cache file.
    
    Now it generates the cache file only when the Cakefile has been
    updated.
    e6045879
cake.plugin.zsh 712 Bytes