From bfd9f083b35542a09e655a64b33d5cd130a2ba2a Mon Sep 17 00:00:00 2001 From: Tony Laidig Date: Sat, 21 Nov 2015 09:04:45 -0500 Subject: [PATCH] update main section of bower.json with bundle This is proposed for two reasons: 1. pulling the JS portion of Ionic into compliance with the bower.json spec ("The entry-point files necessary to use your package. Only one file per filetype."). I am not sure about how to handle the fonts. 2. making build process simpler for use with bower-main-files or bower-installer, as they can read the main section and grab only what is required. --- bower.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 4dc74bc48c8..db710b4a340 100644 --- a/bower.json +++ b/bower.json @@ -12,8 +12,7 @@ "main": [ "release/css/ionic.css", "release/fonts/*", - "release/js/ionic.js", - "release/js/ionic-angular.js" + "release/js/ionic.bundle.js" ], "keywords": [ "mobile",