Skip to content

Added minimum jQuery UI build info to site#89

Merged
azirbel merged 1 commit intoAddepar:masterfrom
davewasmer:patch-1
Feb 18, 2014
Merged

Added minimum jQuery UI build info to site#89
azirbel merged 1 commit intoAddepar:masterfrom
davewasmer:patch-1

Conversation

@davewasmer
Copy link
Copy Markdown
Contributor

The entire jQuery UI package weighs in at 228k after minifcation. The modules that are required for ember-table are only 55k after min. After digging through the code, it appears that only the following modules are required:

  • core
  • widgets
  • mouse
  • resizable
  • sortable

So it would probably be helpful to include this info in the docs to avoid users downloading the entire package when it isn't necessary.

The entire jQuery UI package weighs in at 228k after minifcation. The modules that are required for ember-table are only 55k after min. After digging through the code, it appears that only the following modules are required:

* core
* widgets
* mouse
* resizable
* sortable

So it would probably be helpful to include this info in the docs to avoid users downloading the entire package when it isn't necessary.
@azirbel azirbel self-assigned this Feb 5, 2014
@azirbel
Copy link
Copy Markdown
Contributor

azirbel commented Feb 18, 2014

Thanks for this, @davewasmer! I'm merging it in now. I noticed that the jquery-ui files included in our dependencies/ folder use more than the modules you listed, but I'm leaving them as they are for now since our dependency management may change sometime soon.

azirbel added a commit that referenced this pull request Feb 18, 2014
Added minimum jQuery UI build info to site
@azirbel azirbel merged commit 9f88807 into Addepar:master Feb 18, 2014
Gaurav0 pushed a commit to Gaurav0/ember-table that referenced this pull request Oct 13, 2015
Fix ember test and remove bind syntax. For emergency, others need to merge this PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants