Commit 2f0e6e0b authored by Boris Kocherov's avatar Boris Kocherov

fix appcache generation

parent 0bf3f02f
......@@ -529,7 +529,7 @@
}
},
text_content: "CACHE MANIFEST\nCACHE:\n" +
"#autogenerated for: " + context._options.name +
"#autogenerated for: " + context._options.name + '\n' +
generated_appcache.join("\n") + "\nNETWORK:\n*"
};
context._id_dict[context.path_prefix_file + "web_page_module/"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment