Shrink webjar by excluding unnecessary content.#12
Shrink webjar by excluding unnecessary content.#12ptahchiev wants to merge 2 commits intowebjars:masterfrom
Conversation
…ome/ and build/examples/
|
It would be great if you provide any official justification for these exclusions. Otherwise it is questionable why one should rely on custom modification like this. |
|
I can't :( .. I'm not an extjs developer.. in fact what I've done is create a |
|
It would be great to hear from some other users of this WebJar if this change will break something. |
|
Right now the whole webjar is complete package delivered by Sencha. Anybody can decide which modules/themes require. Here are my snippets: I would prefere to have full package and decide whch parts can I use in the project rather than receiving a part of it. |
Hi guys,
I have excluded welcome/ src/ packages/ overrides/ licenses/ cmd/ build/welcome/ and build/examples/
and now the webjar is around ~15MB (compared to 85MB before). My project seems to work just fine, however I'm not 100% sure it won't break anyone else's project.