mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Agg. interni
This commit is contained in:
8
Scripts/PostBuild.Common.sh
Normal file
8
Scripts/PostBuild.Common.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
# Common action after the base site build succeeded
|
||||
|
||||
# Compile self-executable assets
|
||||
#for Dir in public public.*
|
||||
#do
|
||||
find ./public/Assets/ -type f -name "*.*.SelfBuild.js" -exec sh -c "echo {}; node {}; rm {}" \;
|
||||
#done
|
Reference in New Issue
Block a user