dartsass-rails 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
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