Bug 841418: Uplift the stabilization branch of add-on sdk to Firefox.

This commit is contained in:
Dave Townsend
2013-02-14 12:03:26 -06:00
parent 27866c50a0
commit dd847da6aa
13 changed files with 882 additions and 118 deletions

View File

@@ -196,3 +196,4 @@ def replace_file(env_root, dest_path, file_contents, must_rewrite_links):
if must_rewrite_links and dest_path.endswith(".html"):
file_contents = rewrite_links(env_root, get_sdk_docs_path(env_root), file_contents, dest_path)
open(dest_path, "w").write(file_contents)