Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow 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"