Currently the build directory is excluded by
cat .gitignore
/build/
/node_modules/
/public/
If we want to automate the inclusion of ui-bundle.zip in docs originated in this repro in directory build, we would need to include it.
If I get that right, it would then need on the docs side in site.yml the inclusion (just as an example):
ui:
bundle:
url: https://github.com/owncloud/docs-ui/build/ui-bundle.zip
snapshot: true
Is that correct?
In docs
you have an empty build directory kept by .gitignore.
and in the root folder of docs you can find the current local (unautomated, out of sync) version of ui-bundle.zip
@tboerger @settermjd
Currently the
builddirectory is excluded byIf we want to automate the inclusion of
ui-bundle.zipin docs originated in this repro in directory build, we would need to include it.If I get that right, it would then need on the docs side in site.yml the inclusion (just as an example):
Is that correct?
In docs
you have an empty
builddirectory kept by .gitignore.and in the root folder of docs you can find the current local (unautomated, out of sync) version of ui-bundle.zip
@tboerger @settermjd