ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Add dependencies during tests via config param #32

Closed xkb closed 9 years ago

xkb commented 9 years ago

This is not a fix for #14.

Minor change to facilitate ember-cli builds via environment.js rather than using BROWSERIFY_TESTS.

ef4 commented 9 years ago

Thanks, I merged this but also kept the environment variable as an option for people who are already depending on it.