Skip to content

Commit f8d4352

Browse files
committed
Revert "Build an application snapshot."
This reverts commit ba4712f. I forgot that application snapshots aren't cross-platform, and I don't have a good solution for building on multiple platforms yet 😞.
1 parent bd912ae commit f8d4352

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

tool/grind.dart

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@ format() {
3737
@Task('Build Dart snapshot.')
3838
snapshot() {
3939
_ensureBuild();
40-
Dart.run('bin/sass.dart',
41-
arguments: ['tool/training.scss'],
42-
vmArgs: [
43-
'--snapshot=build/sass.dart.snapshot',
44-
'--snapshot-kind=app-jit'
45-
],
46-
quiet: true);
40+
Dart.run('bin/sass.dart', vmArgs: ['--snapshot=build/sass.dart.snapshot']);
4741
}
4842

4943
@Task('Build standalone packages for all OSes.')

tool/training.scss

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)