Skip to content

Commit

Permalink
Revert "Build an application snapshot."
Browse files Browse the repository at this point in the history
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 😞.
  • Loading branch information
nex3 committed Jun 5, 2017
1 parent bd912ae commit f8d4352
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
8 changes: 1 addition & 7 deletions tool/grind.dart
Expand Up @@ -37,13 +37,7 @@ format() {
@Task('Build Dart snapshot.')
snapshot() {
_ensureBuild();
Dart.run('bin/sass.dart',
arguments: ['tool/training.scss'],
vmArgs: [
'--snapshot=build/sass.dart.snapshot',
'--snapshot-kind=app-jit'
],
quiet: true);
Dart.run('bin/sass.dart', vmArgs: ['--snapshot=build/sass.dart.snapshot']);
}

@Task('Build standalone packages for all OSes.')
Expand Down
6 changes: 0 additions & 6 deletions tool/training.scss

This file was deleted.

0 comments on commit f8d4352

Please sign in to comment.