Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added minimum jQuery UI build info to site #89

Merged
merged 1 commit into from
Feb 18, 2014

Conversation

davewasmer
Copy link
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
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