node-ember
node-ember copied to clipboard
Allow debug mode
This may already be possible, but if not: could you make it possible to toggle between the configuration of the ember.js debug build (which has console logging and assertions and stuff) and the production build?
I'll look into it. We could probably include *-debug.js versions of each file.
Actually, the versions of the files I am publishing ARE the debug versions. I need to figure out how to build the stripped versions as well is seems...
This might be hard, but the best thing would be to be able to use the same package in development and production and just flip a boolean to switch between debug/prod.