| Index: samples/isolate_html/README
|
| diff --git a/samples/isolate_html/README b/samples/isolate_html/README
|
| deleted file mode 100644
|
| index 07ad3d458e96b4738f094f40f329ab0836971d00..0000000000000000000000000000000000000000
|
| --- a/samples/isolate_html/README
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -for details. All rights reserved. Use of this source code is governed by a
|
| -BSD-style license that can be found in the LICENSE file.
|
| -
|
| -An example showing simple isolate communication pattens.
|
| -
|
| -Building and running:
|
| -
|
| -1. go to the top-level directory of the project:
|
| - $ cd dart/
|
| -
|
| -2. build the dart sdk
|
| - $ ./tools/build.py -m release
|
| -
|
| -3. either compile the Dart code to JavaScript, or load the code directly into
|
| - Dartium:
|
| -
|
| - - to compile the code:
|
| - $(DART_SDK)/bin/dart2js --out=isolate_sample.dart.js isolate_sample.dart
|
| -
|
| -4. open the generated file in a browser (either Dartium, Chrome, or another
|
| - supported browser):
|
| - $ google-chrome isolate_sample.html
|
|
|