Count me in too :) I have done several tries tonight, and will try to continue tomorrow. Just wanted to give several tips.
- ##### Something generates h5 with id="something" - it's easy to instead of $ git add src/blah/blah.js (e.g., the file you modified) $ git commit -m "doc: blah blah blah [#123 state:resolved]" you could just write $ git commit -am "doc: blah blah blah [#123 state:resolved]" (am) just add to the commit any changes you made on a file already into the repo (it won't add new files) p.s. is http://pdoc.org down only for me or is generally down ?! -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=.
