diff --git a/build.xml b/build.xml index eaa1cfd..5fe6b6f 100644 --- a/build.xml +++ b/build.xml @@ -53,14 +53,14 @@ - + - + - + @@ -68,7 +68,7 @@ - + diff --git a/scripts/post-install.sh b/scripts/post-install.sh new file mode 100755 index 0000000..c2eca07 --- /dev/null +++ b/scripts/post-install.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +npm install + +cd node_modules/ng_backoffice +npm install + +cd ../.. + +# Compile stuff needed for the minified frontend +./scripts/compile_translations.sh +./scripts/link_modules_resources.sh \ No newline at end of file