From 9e87ebe9227f79c930b3166da157dfa32067c625 Mon Sep 17 00:00:00 2001 From: ppaulis Date: Thu, 6 Oct 2016 11:38:12 +0200 Subject: [PATCH] working on setup --- build.xml | 8 ++++---- scripts/post-install.sh | 12 ++++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100755 scripts/post-install.sh 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