Skip to content

dbashford/mimosa-fix-rjs-ember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mimosa-fix-rjs-ember

Overview

This addresses issues introduced with ember 1.7 beta builds. Starting with ember 1.7, and, I believe, only in beta/canary builds, ember defines its own 'ember' module id. If you have an 'ember' module ID also defined, r.js will get confused and not properly bundle your app.

You do not need this module if you are working with ember 1.8+.

For more details, see the following:

For more information regarding Mimosa, see http://mimosa.io.

Usage

Add 'fix-rjs-ember' to your list of modules. Mimosa will install the module for you when you start up.

Functionality

This adjusts your ember.js, tweaking it so define('ember', ...) does not clash with your own ember. It only does this when the -o/--optimize flag is engaged.

Default Config

This module has no config.

About

Addresses issues with r.js and ember non-prod builds

Resources

Stars

Watchers

Forks

Packages

No packages published