Fixes
Some checks failed
Gitea Actions / Run-Tests-On-Arm64 (push) Failing after 2m50s
Gitea Actions / Run-Tests-On-Amd64 (push) Has been cancelled

This commit is contained in:
Thomas 2025-03-03 18:47:50 +01:00
parent 08dda8c1ef
commit d17856f80c
5 changed files with 1 additions and 1648 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ src/new/composer.phar
phpdoc*
cache.properties
src/new/var/cache
src/new/var/dart-sass
src/new/var/log
src/new/var/test.sqlite
src/new/web/plugins/

View File

@ -1,20 +0,0 @@
#!/bin/sh
# This script drives the standalone dart-sass package, which bundles together a
# Dart executable and a snapshot of dart-sass.
follow_links() {
# Use `readlink -f` if it exists, but fall back to manually following symlnks
# for systems (like older Mac OS) where it doesn't.
file="$1"
if readlink -f "$file" 2>&-; then return; fi
while [ -h "$file" ]; do
file="$(readlink "$file")"
done
echo "$file"
}
# Unlike $0, $BASH_SOURCE points to the absolute path of this file.
path=`dirname "$(follow_links "$0")"`
exec "$path/src/dart" "$path/src/sass.snapshot" "$@"

File diff suppressed because it is too large Load Diff

Binary file not shown.