| OLD | NEW |
| 1 CACHE MANIFEST |
| 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 2 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 3 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 4 # BSD-style license that can be found in the LICENSE file. |
| 4 | 5 |
| 5 CACHE MANIFEST | 6 # Version 5-sdk1-0 <-- CHANGE THIS when you have a new version |
| 6 # Version 5 | |
| 7 | 7 |
| 8 CACHE: | 8 CACHE: |
| 9 index.html | 9 index.html |
| 10 dartlang-style.css | 10 dartlang-style.css |
| 11 leap.dart.js | 11 leap.dart.js |
| 12 | 12 |
| 13 iframe.html | 13 iframe.html |
| 14 iframe.js | 14 iframe.js |
| 15 benchmarks/benchmark_base.dart | |
| 16 dart-icon.png | 15 dart-icon.png |
| 17 benchmarks/Richards.dart | |
| 18 benchmarks/DeltaBlue.dart | |
| 19 dart-iphone5.png | 16 dart-iphone5.png |
| 20 part.js | 17 sdk.json |
| 21 sdk.dart | |
| 22 | 18 |
| 23 /css/fonts/fontawesome-webfont.woff?v=3.0.1 | 19 /css/fonts/fontawesome-webfont.woff?v=3.0.1 |
| 24 | 20 |
| 25 NETWORK: | 21 NETWORK: |
| 26 * | 22 * |
| OLD | NEW |