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?
Asked
Active
Viewed 2,188 times
5

Community
- 1
- 1

Seyed Morteza Mousavi
- 6,855
- 8
- 43
- 69
-
2jqLite is -tiny-, I think you would save yourself a lot of trouble by focusing on other things. – Mike Robinson Jan 29 '14 at 04:47
-
Guess there won't be a proper way to do this until Angular provides custom builds. – Fabrício Matté Jan 29 '14 at 04:50
1 Answers
4
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.

net.uk.sweet
- 12,444
- 2
- 24
- 42

Oak
- 471
- 5
- 14