summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 4 insertions, 1 deletions
diff --git a/install b/install
index 196ce1b..5da3f6c 100755
--- a/install
+++ b/install
@@ -8,5 +8,8 @@ find assets/root/ -name "*.bvr" -printf "%f\n" | xargs -I % bash -c "FILE='%'; F
# js bvr fajli
mkdir -p dist/js
-find assets/js/ -type f \( ! -name "*.bvr" \) | cpio -pdm dist/js
+cd assets/js
+# js ne znam te magije
+find . -type f \( ! -name "*.bvr" \) | cpio -pdm ../../dist/js
+cd ../../
find assets/js/ -name "*.bvr" -printf "%f\n" | xargs -I % bash -c "FILE='%'; FILE_DST="dist/js/\${FILE/.bvr/}"; ./bin/compose-single \"assets/js/\$FILE\" \"\$FILE_DST\""