| Index: chrome/third_party/jstemplate/README.chromium
|
| ===================================================================
|
| --- chrome/third_party/jstemplate/README.chromium (revision 87333)
|
| +++ chrome/third_party/jstemplate/README.chromium (working copy)
|
| @@ -10,8 +10,15 @@
|
| Uncalled functions have been removed from util.js to make the resulting
|
| javascript smaller.
|
|
|
| -compile.py is a simple program used to generate the single compiled
|
| -jsfile.
|
| +compile.py is a simple program used to generate the single compiled jsfile.
|
|
|
| -jstemplate_compiled.js is the output after passing the code through
|
| -compile.sh.
|
| +NOTE: output is now simply written to stdout so as to allow you to redirect
|
| +it to a location required by the shared resource bundle.
|
| +
|
| +See IDR_SHARED_JS_JSTEMPLATE_COMPILED's file attribute in shared_resources.grd
|
| +to determine the correct location for the output.
|
| +
|
| +The jstemplate_compiled.js file which formerly resided in this directory is
|
| +no longer used.
|
| +
|
| +
|
|
|