Skip to content

Commit cd74a56

Browse files
authored
feat: Add babel compiling on minimized setup (#300)
- Fixed dev_bootstrap.sh file
1 parent e81fd6f commit cd74a56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devops/dev_bootstrap.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ $pip_exec install -r "${MAIN_FOLDER}/requirements.txt"
4444
echo "Installing dev requirements"
4545
$pip_exec install -r "${MAIN_FOLDER}/dev_requirements.txt"
4646

47+
echo "Compiling Flask Babel"
48+
pybabel compile -d "${MAIN_FOLDER}/lms/lmsweb/translations"
49+
4750
echo "Creating local SQLite DB"
4851
$python_exec "${DB_BOOTSTRAP_FILE_PATH}"
4952

0 commit comments

Comments
 (0)