Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
.cordova/config.json is not meant to be put in version control, but hooks are. So, they should not be put into a hidden directory.
So as to not conflict with shared git hooks, we'll call the directory `cordova-hooks`
We should still support running hooks from `.cordova/hooks` for backwards compatibility.