summaryrefslogtreecommitdiffstats
path: root/bin/refresh-public.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/refresh-public.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/refresh-public.sh b/bin/refresh-public.sh
new file mode 100755
index 0000000..77286e1
--- /dev/null
+++ b/bin/refresh-public.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+find -L vendor/*/*/public/css -type f -name "*.less" -exec cat {} \; 2>/dev/null > public/css/combined.less
+find -L vendor/*/*/public/js -type f -name "*.js" -exec cat {} \; 2>/dev/null > public/js/combined.js