Skip to content

Commit

Permalink
Remove #135, it's been obsolute since ionic went back to webpack (and…
Browse files Browse the repository at this point in the history
… we moved to ng-cli) ionic-team/ionic-cli#1205
  • Loading branch information
lathonez committed Jan 24, 2017
1 parent ddc39b0 commit 5a3e177
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Component, ViewChild } from '@angular/core';
import { Platform, MenuController, Nav } from 'ionic-angular';
import { StatusBar, Splashscreen } from 'ionic-native';
import { ClickerList, Page2 } from '../pages';
import { environment } from '../environments/environment';

@Component({
templateUrl: './app.html',
Expand Down Expand Up @@ -37,7 +36,6 @@ export class ClickerApp {
// Here you can do any higher level native things you might need.
StatusBar.styleDefault();
Splashscreen.hide();
console.log('production: ' + environment.production);
});
}

Expand Down
3 changes: 0 additions & 3 deletions src/environments/environment.prod.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/environments/environment.ts

This file was deleted.

0 comments on commit 5a3e177

Please sign in to comment.