From fd630242dade58b7f58de638d64ef1f0db7ae36d Mon Sep 17 00:00:00 2001 From: Daniel Schaal Date: Sun, 18 Jun 2017 12:19:38 +0200 Subject: Remove bower, install everything using npm (#197) * Remove bower, install everything using npm Remove js-url and use a simple function to get the query param. * Bundle all js scripts in app.min.js * Move jquery to devDependencies * Remove es6-shim, most common browsers support es6 natively. --- templates/index.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index f341d40a3..a7f8bb303 100644 --- a/templates/index.php +++ b/templates/index.php @@ -2,14 +2,6 @@ use OCA\News\Plugin\Client\Plugin; script('news', [ - 'vendor/js-url/url.min', - 'vendor/es6-shim/es6-shim.min', - 'vendor/angular/angular.min', - 'vendor/angular-animate/angular-animate.min', - 'vendor/angular-route/angular-route.min', - 'vendor/angular-sanitize/angular-sanitize.min', - 'vendor/moment/min/moment-with-locales.min', - 'vendor/masonry/dist/masonry.pkgd.min', 'build/app.min', ]); -- cgit v1.2.3