Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

joDoc execution behavior #3

Closed
drewwells opened this issue Jul 8, 2011 · 3 comments
Closed

joDoc execution behavior #3

drewwells opened this issue Jul 8, 2011 · 3 comments

Comments

@drewwells
Copy link
Contributor

I quickly ran through the docs and didn't see how you execute joDoc.
nodejs jodoc.js list-of-files ?

Bug report done, now to my crazy idea

I am curious to see if this can be previewed in the browser without building in a console and reloading a web page. Reading through the code it seems to take in files and write out files. Can it be made to take in URL arguements and render to the browser for debugging purposes?

If that top command is correct, a URL could look something like this:

  1. http://localhost:[nodejsport]/projectionlocation/?files=file1.js&file2.js&file3.js
  2. Convention/Configuration based looks in ../src relative to a doc directory specificed in [location-of-markdown-when-built]
@dfreedm
Copy link
Owner

dfreedm commented Jul 18, 2011

Indeed. I'll write that part up.
As for the crazy idea: That sounds awesome, but I'm not sure when / if I would have time to do that right now.
Feel free to fork!

@drewwells
Copy link
Contributor Author

I have forked this, I've implemented the console dump (one file) to the browser. The output files are not updated on every refresh due to a bug in the code. It's working quite well, but I basically rewrote the entire application in the process to encapsulate aspects of the application. Feel free to look at it while I continue to work on it. It supports all the existing functionality currently (as far as I am aware).

@dfreedm
Copy link
Owner

dfreedm commented Jul 20, 2011

Fixed execution docs

@dfreedm dfreedm closed this as completed Jul 20, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants