Repository: cordova-cli Updated Branches: refs/heads/master 9fad91746 -> 450468af8
[Windows8] re-added BOM : CB-5421 Add BOM to all html, js, css files to ensure app can pass Windows Store Certification Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/450468af Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/450468af Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/450468af Branch: refs/heads/master Commit: 450468af81cacbc46c9f0205306026189226f170 Parents: 9fad917 Author: Jesse MacFadyen <[email protected]> Authored: Wed Apr 30 14:15:32 2014 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Wed Apr 30 14:15:32 2014 -0700 ---------------------------------------------------------------------- src/metadata/windows8_parser.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/450468af/src/metadata/windows8_parser.js ---------------------------------------------------------------------- diff --git a/src/metadata/windows8_parser.js b/src/metadata/windows8_parser.js index 9502974..53c2d31 100644 --- a/src/metadata/windows8_parser.js +++ b/src/metadata/windows8_parser.js @@ -302,8 +302,7 @@ module.exports.prototype = { .then(function() { // overrides (merges) are handled in update_www() that.update_jsproj(); - //that.add_bom(); - + that.add_bom(); util.deleteSvnFolders(that.www_dir()); }); },
