mwaylabs / Espresso

The-M-Projects build tools using node.js.
www.the-m-project.org
Other
84 stars 28 forks source link

M.Environment gets eliminated though it's used within an app #60

Closed dominiklaubach closed 12 years ago

dominiklaubach commented 12 years ago

Espresso's DCE kicks M.Environment out of any application regardless of whether it is used or not.

dominiklaubach commented 12 years ago

When using M.Environment within your app, make sure you add an m_require that refers to that component as follows:

m_require('core/utility/environment.js');

Best regards Dominik