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

Fine tune website generation steps #377

Open
bartoszmajsak opened this issue May 23, 2017 · 1 comment
Open

Fine tune website generation steps #377

bartoszmajsak opened this issue May 23, 2017 · 1 comment

Comments

@bartoszmajsak
Copy link
Member

Currently, in order to generate the whole content we have to invoke following steps:

awestruct -d
awestruct --server -P production
awestruct -P production --deploy 

first two are rather redundant and ideally we should have it as one (--server as it also generates modules pages).

We have to investigate how to tweak the pipeline to not waste time invoking generation twice.

@MatousJobanek
Copy link
Contributor

MatousJobanek commented May 23, 2017

I'm not 100% sure, but I would guess that these two commands:
awestruct --server -P production
awestruct -P production --deploy
you can shrink to:
awestruct -P production -g --deploy
However, it doesn't change anything in the problem with Jira links (that are generated only when you run awestruct -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants