-
Notifications
You must be signed in to change notification settings - Fork 370
Closed

Description
I see here that Sass has a task for native executable:
dart-sass/tool/grind/standalone.dart
Lines 28 to 37 in ca63b1b
@Task('Build a native-code Dart executable.') | |
void nativeExecutable() { | |
ensureBuild(); | |
run(p.join(sdkDir.path, 'bin/dart2native'), arguments: [ | |
'--output-kind=aot', | |
'bin/sass.dart', | |
'-Dversion=$version', | |
'--output=build/sass.dart.native' | |
]); | |
} |
but it appears it is not being used in the releases?
dart-sass.bat
sass.bat
src\dart.exe
src\sass.dart.snapshot
Metadata
Metadata
Assignees
Labels
No labels