bclinkinbeard / angular

AngularJS compiled with jsdom and provided as a CommonJS module. Intended for testing AngularJS code without depending on a browser.
MIT License
54 stars 22 forks source link

Why both a browserify and a node version in the same repo? #7

Closed joakimbeng closed 10 years ago

joakimbeng commented 10 years ago

I only want the browserify version of angular, but because this repo is dependent on jsdom to provide the node version of angular I am not able to install this module at all. That's because jsdom depends on contextify which fails to install on several platforms and/or node versions.

IMO it would be better if this repo was split into two repositories, one for the browserify version and one for the node version (which can depend on the browserify version internally).

Until then it's unusable for me...

bclinkinbeard commented 10 years ago

This is just a stop gap until Angular is officially published on npm. If it doesn't work for your use case I would suggest shimming the regular version of Angular.