Latest practices... also probably broke some styles - sorry (#1508)

* Latest practices

* Lock zone.js to 0.8.16 (for now, see https://github.com/angular/zone.js/pull/887 )

* Use es6-compatible minifier

* Attempt to fix pull req appveyor builds

* Attempt build fix again

* Remove cake gulp publish task - not needed anymore

* Use bootswatch

and remove unused bootstrap dependency

* Add bootstrap

* Fix things
This commit is contained in:
Matt Jeanes 2017-09-18 12:29:16 +01:00 committed by Jamie
commit cd8a44cab8
27 changed files with 2970 additions and 8631 deletions

View file

@ -62,7 +62,7 @@ namespace Ombi.Helpers
return ep;
}
catch (Exception e)
catch (Exception)
{
return ep;
}