dartsass-rails 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -3
- data/exe/dartsass +2 -24
- data/lib/dartsass/version.rb +1 -1
- metadata +17 -16
- data/LICENSE-DEPENDENCIES +0 -26
- data/exe/aarch64-linux/sass +0 -0
- data/exe/arm64-darwin/sass +0 -0
- data/exe/darwin/LICENSE +0 -1531
- data/exe/darwin/sass +0 -17
- data/exe/darwin/src/dart +0 -0
- data/exe/darwin/src/sass.snapshot +0 -0
- data/exe/linux/LICENSE +0 -1531
- data/exe/linux/sass +0 -0
- data/exe/mingw32/LICENSE +0 -1531
- data/exe/mingw32/sass.bat +0 -7
- data/exe/mingw32/src/dart.exe +0 -0
- data/exe/mingw32/src/sass.snapshot +0 -0
data/exe/darwin/sass
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
#!/bin/sh
|
2
|
-
|
3
|
-
# This script drives the standalone dart-sass package, which bundles together a
|
4
|
-
# Dart executable and a snapshot of dart-sass.
|
5
|
-
|
6
|
-
follow_links() {
|
7
|
-
file="$1"
|
8
|
-
while [ -h "$file" ]; do
|
9
|
-
# On Mac OS, readlink -f doesn't work.
|
10
|
-
file="$(readlink "$file")"
|
11
|
-
done
|
12
|
-
echo "$file"
|
13
|
-
}
|
14
|
-
|
15
|
-
# Unlike $0, $BASH_SOURCE points to the absolute path of this file.
|
16
|
-
path=`dirname "$(follow_links "$0")"`
|
17
|
-
exec "$path/src/dart" "$path/src/sass.snapshot" "$@"
|
data/exe/darwin/src/dart
DELETED
Binary file
|
Binary file
|