-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How can I run the javaee-samples in 'development mode'? #3
Comments
Currently you need to delete _tmp/datacahce/* pr run when you do changes. awestuct -d should keep it a live at least to view it in the browser. |
Ok. I'm still in a n00b mode ;-) awestruct in dev mode indeed rebuilds the After a bit of trial and errors what worked for me was:
Sound to me a bit workaround'ish - but I haven't found a better way to go. At least I can preview my docs before a pull request. |
Hmm, the steps that work here:
|
Ok. awestruct picks up changes from source files ( The pom changes are taken directly from github API? I'll amend the README a bit on how to contribute :) |
Right, that is this guy: called from here: It traverses the pom structure based on a git revision.. I think if you delete line: change line: Then call it in: it in theory should work :) |
The awestruct works with github api and javaee7-samples repository.
Is it possible to run it 'in devel mode'? I'd like to tune the asciidoc locally, before I push commit to any repo.
Or - shaving the yak from the other side - preview my Asciidoc comments before committing. I'd rather refrain from "blind commits"
The text was updated successfully, but these errors were encountered: