Ember Cli Fallback Builds

screenshot of Ember Cli Fallback Builds
ember

Modern/Legacy browsers support, having different js files

Overview

The Ember CLI Fallback Builds addon is a game-changer for developers who are looking to support both modern and legacy browsers with a single codebase. By generating two distinct bundles—one for ES2015 compliant browsers and another for older browsers—it simplifies the development process and enhances compatibility without the need for multiple builds. This addon is perfect for projects built with Ember.js version 2.18 or higher, providing a seamless way to ensure that users on all types of browsers have a smooth experience.

As web standards evolve, developers face the challenge of making their applications accessible to all users, regardless of the browser they are using. This addon empowers developers to modernize their JavaScript applications while still catering to users on older platforms, making it an essential tool in today's web development toolkit.

Features

  • Dual Bundles: Generates two builds (modules for modern browsers and nomodules for legacy browsers) in one go, simplifying the deployment process.
  • Modern Script Loading: Allows for efficient loading of scripts by leveraging type attributes for optimal browser compatibility.
  • Compatibility: Works with Ember.js v2.18+, Ember CLI v2.13+, and Node.js v8+, ensuring a wide range of usage.
  • Easy Installation: Simple installation process that integrates seamlessly with your existing Ember projects without complicated setup steps.
  • Performance Optimization: Provides modern browsers with optimized ES2015 assets, enhancing load times and performance.
  • Legacy Support: Ensures that older browsers still receive necessary scripts, maintaining functionality across varying user environments.
  • Documentation and Contributing: Comprehensive guidelines for installation and contributions, helping you to get started quickly and contribute to the project easily.
ember
Ember

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.