~cordova-ubuntu/cordova-cli/trunk

« back to all changes in this revision

Viewing changes to node_modules/cordova/_vendor/plugman/0.19.1-dev/src/prepare.js

  • Committer: Robert Bruce Park
  • Date: 2014-02-26 21:27:56 UTC
  • mfrom: (44.1.5 3.4-release)
  • Revision ID: robert.park@canonical.com-20140226212756-6jmoiqugw0f1ebxb
Update to 3.4.0 stable release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    // - For each js-module (general first, then platform) build up an object storing the path and any clobbers, merges and runs for it.
45
45
    // - Write this object into www/cordova_plugins.json.
46
46
    // - Cordova.js contains code to load them at runtime from that file.
47
 
    require('../plugman').emit('log', 'Preparing ' + platform + ' project');
 
47
    require('../plugman').emit('verbose', 'Preparing ' + platform + ' project');
48
48
    var platform_json = config_changes.get_platform_json(plugins_dir, platform);
49
49
    var wwwDir = www_dir || platform_modules[platform].www_dir(project_dir);
50
50