-
-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Description
In latest developement i've been able to remove any explicit use of jquery so that it would be interesting to evaluate it's removal as it represent 200kb of not used code.
we are currently using it for the following two things:
- angularjs uses jquery if it finds it; instead if it not find it it uses a small implementation jqlite that they developed. i've not found any reference that clarify mee if it's better for compatibility reasons or not, but i do not think so (https://docs.angularjs.org/misc/faq)
- we use it for the error messages fadeout implemented by @hellais
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Completed