michaelficarra / CoffeeScriptRedux

:sweat: rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility
https://michaelficarra.github.com/CoffeeScriptRedux/
BSD 3-Clause "New" or "Revised" License
1.84k stars 110 forks source link

Dependency to cscodegen using GIT #322

Open atehrani opened 10 years ago

atehrani commented 10 years ago

Currently the package.json for this project is has an opitonalDependency to cscodegen using GIT. The problem with this is that this assumes everyone has public internet access. This is not the case at an Enterprise, where public internet is denied and only have access to an internal npm registry.

The request here is to use NOT use the GIT URL for the dependency, rather use the npm registry.

Otherwise this module cannot be used in an Enterprise fashion (which is the case).

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

schueler1987 commented 10 years ago

+1 This issue came up for us when using karma-coverage (which relies on ibrik which then uses coffee-script-redux).