Agg. interni

This commit is contained in:
2023-03-14 15:23:35 +01:00
parent 8944998c4f
commit 6a2167b535
13 changed files with 104 additions and 45 deletions

View 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