Chromium Code Reviews| Index: src/site/docs/tutorials/polymer-intro/examples/stopwatch/README.txt |
| diff --git a/src/site/docs/tutorials/polymer-intro/examples/stopwatch/README.txt b/src/site/docs/tutorials/polymer-intro/examples/stopwatch/README.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..62e170ffdc6a7fb89b0a011c9f95d8f15c716dc4 |
| --- /dev/null |
| +++ b/src/site/docs/tutorials/polymer-intro/examples/stopwatch/README.txt |
| @@ -0,0 +1,11 @@ |
| +Created/updated this the low-tech way. |
| + |
| +In dart-tutorials-samples/stopwatch: |
| + |
| + pub build |
| + |
| +In this directory: |
| + |
| + rm -rf web |
| + mv .../dart-tutorials-samples/stopwatch/build/web . |
| + rm web/*._data web/*precompiled.js |