This is an automated email from the ASF dual-hosted git repository.

purplecabbage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new fc69a0b  Added browser default engine
fc69a0b is described below

commit fc69a0bda186123bb18154707f292e119efb2acd
Author: Jesse MacFadyen <purplecabb...@gmail.com>
AuthorDate: Mon Jan 8 09:08:13 2018 -0800

    Added browser default engine
    
    This should be replaced at some point with a more dynamic method of looking 
up platform engines.
---
 src/plugman/util/default-engines.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/plugman/util/default-engines.js 
b/src/plugman/util/default-engines.js
index b9225d8..5898fc9 100644
--- a/src/plugman/util/default-engines.js
+++ b/src/plugman/util/default-engines.js
@@ -37,6 +37,8 @@ module.exports = function (project_dir) {
             { 'platform': 'wp8', 'scriptSrc': path.join(project_dir, 
'cordova', 'version') },
         'cordova-windows':
             { 'platform': 'windows', 'scriptSrc': path.join(project_dir, 
'cordova', 'version') },
+        'cordova-browser':
+            { 'platform': 'browser', 'scriptSrc': path.join(project_dir, 
'cordova', 'version') },
         'apple-xcode':
             { 'platform': 'ios', 'scriptSrc': path.join(project_dir, 
'cordova', 'apple_xcode_version') },
         'apple-ios':

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <commits@cordova.apache.org>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to