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

Environment optimized builds #30

Open
subtleGradient opened this issue Mar 4, 2011 · 2 comments
Open

Environment optimized builds #30

subtleGradient opened this issue Mar 4, 2011 · 2 comments

Comments

@subtleGradient
Copy link
Member

  1. Use feature detection to figure out what features and bugs the current environment has.
  2. Then deliver a build of Slick.js that contains only the stuff that this specific environment needs.
@subtleGradient
Copy link
Member Author

Dojo is working on this sort of thing with has.js and RequireJS and some other stuff.
I'd like to hook into some existing or emerging convention instead of rethinking it ourselves.

@subtleGradient
Copy link
Member Author

Cf. http://comments.gmane.org/gmane.comp.web.dojo.devel/13600

This thread
discusses some of the mechanics of our approach to branching such that
builds can create using has() branching for to enable build time
optimizations based on feature sets:

Cf. https://github.com/kriszyp/ua-optimized

AMD plugin for UA-based optimization of feature-detection-has.js based modules

-- Kris Zyp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant