summaryrefslogtreecommitdiff
path: root/plugins/cake
AgeCommit message (Collapse)Author
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2019-01-25cake: add README (#7473)Erwan ROUSSEL
2015-02-01Switch newer-than logic to get the desired behaviorMarc Cornellà
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.
2013-03-12Use [ -nt ] instead of stat -f%m to check cache files.Spencer Rinehart
2011-09-24Better cake completion: don't barf on options, and don't clobber user's ↵Nick Stenning
namespace
2011-07-18Bringing inline with oh-my-zsh coding convensionsPaul Serby
2011-07-16Completion for cake the coffee-script build toolPaul Serby