Skip to content

Commit

Permalink
feat(app): remove unused app task
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the 'app' task has been removed
  • Loading branch information
tlancina committed Apr 1, 2016
1 parent 3ecebb5 commit ff99d14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 202 deletions.
190 changes: 0 additions & 190 deletions lib/ionic/app.js

This file was deleted.

12 changes: 0 additions & 12 deletions lib/tasks/cliTasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,18 +283,6 @@ var TASKS = [
name: 'address',
module: './ionic/serve'
},
{
title: 'app',
name: 'app',
// summary: 'Deploy a new Ionic app version or list versions',
// options: {
// '--versions|-v': 'List recently uploaded versions of this app',
// '--deploy|-d': 'Upload the current working copy and mark it as deployed',
// '--note|-n': 'Add a note to a deploy',
// '--uuid|-u': 'Mark an already uploaded version as deployed'
// },
module: './ionic/app'
},
{
title: 'io',
name: 'io',
Expand Down

0 comments on commit ff99d14

Please sign in to comment.