michaelficarra / CoffeeScriptRedux

:sweat: rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility

Home Page:https://michaelficarra.github.com/CoffeeScriptRedux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency to cscodegen using GIT

atehrani opened this issue · comments

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.

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