Angularjs use very stripped version on jQuery called jQLite (or mini-jQuery in some websites). If you add a reference to main jQuery, Angularjs will use your main jQuery and I always have reference to main jQuery in my applications. So for reducing size of Angularjs, I want to remove jQLite from Angularjs file. What is easy (and safe) way to do this?
-
2jqLite is -tiny-, I think you would save yourself a lot of trouble by focusing on other things.Mike Robinson– Mike Robinson2014-01-29 04:47:53 +00:00Commented Jan 29, 2014 at 4:47
-
Guess there won't be a proper way to do this until Angular provides custom builds.Fabrício Matté– Fabrício Matté2014-01-29 04:50:19 +00:00Commented Jan 29, 2014 at 4:50
Add a comment
|
1 Answer
Here's the official answer, answered by one of the creators -
https://plus.google.com/+IgorMinar/posts/EgjErc6NdrD
and another discussion related to it.
https://groups.google.com/forum/#!topic/angular/PPKd5vu6FYk
They mention everything I would have said.