- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone,
I am tring to create an app using AngularJS and the Ionic framework and I noticed that quite a few Angular files have been minimized into a single file.
* ionic.bundle.js is a concatenation of:
* ionic.js, angular.js, angular-animate.js,
* angular-ui-router.js, and ionic-angular.js
Could this be changed in the future so we can get seperate files in their minimized and non-minimized versions ? This could help us greatly in the development process and it should allow us to replace Angular files as needed when better versions come along.
Including a newer version of AngularJs causes the following message and I don't know if that could cause problems in the future.
WARNING: Tried to load angular more than once.
Thanks a bunch,
Chris
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Chris, forwarding your request to the appropriate engineer. Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ionic.bundle.js comes with Angular bound into it. That's how it is distributed from the Ionic folk.
It is possible to replace that inclusion with your own inclusions, but whenever you add an Ionic component to your page App Designer is going to dutifully make sure that ionic.bundle.js is included. IMO, I would just let leave things as they are while you are actively using the Design tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Chris,
Thanks for your response. I was able to grab the latest version of their minimized and unminimized files from their Github page (https://github.com/driftyco/ionic). This helped me fixed a problem with the beta version that was bundled with Intel XDK.
Regards,
Chris

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page