Retain fixtures with multiple adapters per Ember environment
问题 Although the natural progression would replace the fixture adapter with another adapter, I'd like to retain fixtures for development environment while leveraging a different Ember data adapter for production. This is due to: Heavy iterations of progressive enhancement Intended to run embedded in a UIWebView from an iOS app, production configuration is tightly coupled with bridged calls to native assembly for data. Ember CLI asset compilation is based on broccoli to load either a Web or Native