mootools / slick

Standalone CSS Selector Parser and Engine. An official MooTools project.
MIT License
150 stars 22 forks source link

environment specific builds #55

Open subtleGradient opened 12 years ago

subtleGradient commented 12 years ago

The boilerplate HTML/RequireJS config for loading the correct build for the current environment should be a separate issue.

Should we also provide separate builds for legacy (no IE) and legacy (with old IE support)? The alternative would be to have a single legacy build with the workarounds for all old browsers. Worst case would be delivering extra bytes to old Opera, Firefox and Safari.