Re: hooks docs

2015-03-25 Thread Michal Mocny
I fixed the broken link, but we need a JIRA for the missing docs. Thanks Ray! On Wed, Mar 25, 2015 at 9:04 PM, Raymond Camden wrote: > I'll file a JIRA ticket for this - in a bit. > > On Wed, Mar 25, 2015 at 4:54 PM, Michal Mocny wrote: > > Here are some links: > > > > default hooks: > > https

Re: hooks docs

2015-03-25 Thread Raymond Camden
I'll file a JIRA ticket for this - in a bit. On Wed, Mar 25, 2015 at 4:54 PM, Michal Mocny wrote: > Here are some links: > > default hooks: > https://github.com/apache/cordova-app-hello-world/tree/master/hooks > cli hooks section: https://github.com/apache/cordova-cli/#hooks and > https://github.

Re: hooks docs

2015-03-25 Thread Michal Mocny
Here are some links: default hooks: https://github.com/apache/cordova-app-hello-world/tree/master/hooks cli hooks section: https://github.com/apache/cordova-cli/#hooks and https://github.com/apache/cordova-cli/#hooks-1 Seems the link from the main README is actually dead ever since I moved the ho

Re: hooks docs

2015-03-25 Thread Shazron
That is correct. Does not exist in the repo: https://github.com/apache/cordova-docs/search?p=3&q=hooks&type=Code&utf8=✓ On Wed, Mar 25, 2015 at 2:32 PM, Raymond Camden wrote: > Before I file an issue I want to make sure I'm just not missing > something right in front of me. Are the docs for hook

Re: hooks docs

2015-03-25 Thread Michal Mocny
I can't find docs on that website, but there are docs in the cordova-cli repo and are linked from the main top-level README.md. Additionally, any cordova project created will have a default hooks/README.md which explains how they work. Then there are plugin hooks which are documented in plugman,

Re: Hooks

2014-04-25 Thread John M. Wargo
elopers to include stuff in hooks and merges as well as www when >> copying >>> over a project template. >>> >>> What do you think? >>> >>> John M. Wargo >>> SCN Blog: http://scn.sap.com/blogs/johnwargo >>> Twitter: @johnwargo >>> >>

Re: Hooks

2014-04-23 Thread Michal Mocny
s. > > > > > > > > > > What about hooks though? It seems that the copyfrom option is for > the > > > www > > > > > folder contents, but what about merges and hooks? Shouldn't a > > > 'complete' > > > > > projec

Re: Hooks

2014-04-22 Thread Mark Koudritsky
oject level which would then allow > > > > developers to include stuff in hooks and merges as well as www when > > > copying > > > > over a project template. > > > > > > > > What do you think? > > > > > > > > John M. W

Re: Hooks

2014-04-22 Thread Michal Mocny
en allow > > > developers to include stuff in hooks and merges as well as www when > > copying > > > over a project template. > > > > > > What do you think? > > > > > > John M. Wargo > > > SCN Blog: http://scn.sap.com/blogs/johnwargo

Re: Hooks

2014-04-22 Thread Andrew Grieve
ld copy to the root project level which would then allow > > > developers to include stuff in hooks and merges as well as www when > > copying > > > over a project template. > > > > > > What do you think? > > > > > > John M. Wargo > > >

Re: Hooks

2014-04-22 Thread Brian LeRoux
t; developers to include stuff in hooks and merges as well as www when > copying > > over a project template. > > > > What do you think? > > > > John M. Wargo > > SCN Blog: http://scn.sap.com/blogs/johnwargo > > Twitter: @johnwargo > > > >

Re: Hooks

2014-04-22 Thread Andrew Grieve
--- > From: Shazron [mailto:shaz...@gmail.com] > Sent: Monday, April 21, 2014 1:29 PM > To: dev@cordova.apache.org > Subject: Re: Hooks > > In the help for cordova create in 3.4, there is the --copy-from and > --link-to options. > > > > On Mon, Apr 21, 2014 at 10:22 A

RE: Hooks

2014-04-22 Thread Wargo, John
[mailto:shaz...@gmail.com] Sent: Monday, April 21, 2014 1:29 PM To: dev@cordova.apache.org Subject: Re: Hooks In the help for cordova create in 3.4, there is the --copy-from and --link-to options. On Mon, Apr 21, 2014 at 10:22 AM, John Wargo wrote: > Regarding hooks, is there an easy way to

Re: Hooks

2014-04-21 Thread Shazron
In the help for cordova create in 3.4, there is the --copy-from and --link-to options. On Mon, Apr 21, 2014 at 10:22 AM, John Wargo wrote: > Regarding hooks, is there an easy way to deploy them to your project? For > example, with the ability to specify a project template to use with the CLI >

Re: Hooks?

2014-01-30 Thread Michal Mocny
tps://github.com/DickvdBrink/cordova-hooks >>> >>> The only docs for it are here I guess: >>> https://github.com/apache/cordova-cli/blob/master/ >>> templates/hooks-README.md >>> >>> >>> >>> ---

Re: Hooks?

2014-01-29 Thread John M. Wargo
/hooks-README.md From: shaz...@gmail.com Date: Wed, 29 Jan 2014 10:22:58 -0800 Subject: Re: Hooks? To: dev@cordova.apache.org When you create a project using the CLI, there is a hidden folder called ".cordova", in it is a folder called "hooks" whi

Re: Hooks?

2014-01-29 Thread Brian LeRoux
> > The only docs for it are here I guess: > https://github.com/apache/cordova-cli/blob/master/templates/hooks-README.md > > > > > > From: shaz...@gmail.com > > Date: Wed, 29 Jan 2014 10:22:58 -0800 > > Subject: Re: Hoo

RE: Hooks?

2014-01-29 Thread Dick Van den Brink
:22:58 -0800 > Subject: Re: Hooks? > To: dev@cordova.apache.org > > When you create a project using the CLI, there is a hidden folder called > ".cordova", in it is a folder called "hooks" which contain hook folders > that you can add scripts to.

Re: Hooks?

2014-01-29 Thread Shazron
When you create a project using the CLI, there is a hidden folder called ".cordova", in it is a folder called "hooks" which contain hook folders that you can add scripts to. See example: https://github.com/SpiderOak/SpiderOakMobileClient/tree/master/.cordova/hooks On Wed, Jan 29, 2014 at 10:02 AM

Re: Hooks?

2014-01-29 Thread Ian Clelland
Hooks are scripts that can be run at various times in the cordova build process. There is a directory for them, with subdirectories for each time: pre-prepare, post-prepare, pre-build, post-build, etc. They're part of cordova-cli, which runs them automatically. I don't know if they're properly doc