corber

CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova

MIT License

Downloads
571
Stars
334
Committers
79

Bot releases are hidden (Show)

corber - 0.3.5

Published by alexblom about 8 years ago

  • Can now use all cordova flags & custom variables when adding plugins/platforms, fixes Cannot add additional CLI params when adding plugins;
  • Livereload warning is only printed when live reload is enabled;
corber - 0.3.4

Published by alexblom about 8 years ago

Fixes #163 .gitkeep in www gets deleted on build;
Fixes #152 When live-reload=false, don't complain for missing allow-navigation href="*";

corber - 0.3.3

Published by alexblom about 8 years ago

Introduces the ember cdv:make-icons command.

corber - 0.3.2

Published by alexblom about 8 years ago

Fixes #152 cordova-is-installed fails on Windows
Fixes #148 cdv:platform defaults to remove
Fixes #150 ember-cordova/tmp-livereload should probably also be added to gitignore

corber - 0.3.1

Published by alexblom about 8 years ago

  • Now initializes .gitkeep files in required cordova folders;
  • Fixes #145 Not all users receive the allow-navigation warning on LiveReload
corber - 0.3.0

Published by alexblom about 8 years ago

  • Swaps the default iOS & Android WebViews for more performant ones. See http://embercordova.com/pages/default_webviews for further information;
  • Adds rm/r & add/a aliases to platform & plugin commands;
  • Moves documentation to embercordova.com;
corber - 0.2.11

Published by alexblom about 8 years ago

  • Adds support for all non-grade cordova build commands (e.g. code-sign-identity, keystore, provisioning-profile);
corber - 0.2.10

Published by alexblom about 8 years ago

Re-release of 0.2.9 - added version to force npm publish.

corber - 0.2.9

Published by alexblom about 8 years ago

  • Supports node as low as 0.12. Likely works but is untested on 0.11/0.10;
  • The same work changes handling of svg2png, likely #132 Fails to npm install v 0.2.8;
  • Fixes Icon generation fails on 0.2.8 #134;
corber - 0.2.8

Published by alexblom about 8 years ago

  • Fixes git ignore needed #79;
corber - 0.2.7

Published by alexblom about 8 years ago

  • Improves speed of live reload builds;
  • Live reload builds no longer require an ember shell;
  • Moves all cordova-lib calls to using raw API;
  • All config now lives in .ember-cli;
  • Adds analytics;
  • Fixes #116 command line parameter for setting reloadUrl does not work;
  • Resolves #121 fix(prepare-task): cordova-lib prepare does not need Promise.denodeify;
corber - 0.2.6

Published by alexblom about 8 years ago

  • Fixes #109 Empty cordova.js file when running ember cdv:serve;
  • If cordova.js or cordova_plugins.js is not found, a warning is printed but the process will now continue to build;
corber - 0.2.5

Published by alexblom about 8 years ago

  • Fixes .ember-cli config option output-path redirects the output of this plugin #105;
  • Adds Can't use cordova create --template #100;
corber - 0.2.4

Published by alexblom about 8 years ago

  • Includes support for rootURL as of ember-cli 2.7.0;
  • Fixes issues with live-reload crashing due to unfound modules/plugins;
  • Refactors CordovaRaw task to support most internal Cordova use, including builds;
  • Shows an error if CordovaRaw fails;
corber - 0.2.3

Published by alexblom about 8 years ago

  • Fixes validation issues with whitelist-plugin;
  • Drops cordova-cli as a dependency for all commands but ember cdv foo (plugin, platform, build, prepare all now happen directly with cordova-lib);

New CLI Commands (https://github.com/isleofcode/ember-cordova/blob/master/docs/cli.md)

  • Introduces ember cdv:platform add/remove foo for platform management;
  • Introduces ember cdv:plugin add/remove foo for plugin management;
corber - 0.2.2

Published by alexblom about 8 years ago

  • Fix 'path must be a string' issues;
  • Fix super handling on Cordova service;
corber - 0.2.1

Published by alexblom about 8 years ago

  • Defaults are respected for config.cordova.platform && reloadUrl;
  • ember-cordova will warn & exit when running ember cdv:s without whitelist-plugin installed;
  • When running a build for an uninstalled platform, ember-cordova will produce a warning & exit;
corber - 0.2.0

Published by alexblom about 8 years ago

corber - 0.1.13

Published by alexblom about 8 years ago

  • Fixes Cordova event handling, and includes explicit instruction of when to use subscribe vs. event;
corber - 0.1.12

Published by alexblom about 8 years ago

  • Passes environment to build task;
  • Throws errors if cordova is not installed;
  • Improved testing + eslint;