This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit 4c8a01fd4d1cd3a23d76afb18311859803e22311 Author: Marcus Christie <[email protected]> AuthorDate: Wed Dec 14 09:17:49 2022 -0500 Adding build_js.bat to the README --- README.md | 2 ++ build_js.bat | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f776a26..df76a896 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ on how to install Yarn 1 (Classic). ./build_js.sh ``` + - **Window note**: on Windows, run `.\build_js.bat` instead + 5. Load the default Wagtail CMS pages. ``` diff --git a/build_js.bat b/build_js.bat index f6206bc5..b1a29a97 100644 --- a/build_js.bat +++ b/build_js.bat @@ -11,6 +11,10 @@ cd %cwd%\django_airavata\static\common call yarn call yarn run build +cd %cwd%\django_airavata\static\auth +call yarn +call yarn run build + cd %cwd%\django_airavata\apps\admin call yarn call yarn run build @@ -33,4 +37,4 @@ call yarn run build cd %cwd% -echo All builds finished successfully! \ No newline at end of file +echo All builds finished successfully!
