Skip to content

Use dart2native with releases #927

@ghost

Description

I see here that Sass has a task for native executable:

@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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions