From d16cd33242b23a86f4ccf6cb23002d9ba5f4eddd Mon Sep 17 00:00:00 2001 From: David Glasser Date: Fri, 6 Dec 2013 13:38:51 -0800 Subject: [PATCH] Improve bundler comment --- tools/bundler.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/bundler.js b/tools/bundler.js index 966deb6610..07e21fc625 100644 --- a/tools/bundler.js +++ b/tools/bundler.js @@ -60,9 +60,9 @@ // - format: "browser-program-pre1" for this version // // - page: path to the template for the HTML to serve when a browser -// loads a page that is part of the application. In the file -// ##HTML_ATTRIBUTES## and ##RUNTIME_CONFIG## will be replaced with -// appropriate values at runtime. +// loads a page that is part of the application. In the file, +// some strings of the format ##FOO## will be replaced with +// appropriate values at runtime by the webapp package. // // - manifest: array of resources to serve with HTTP, each an object: // - path: path of file relative to program.json