xdissent/karma-ievms

Include compiled JS in ./lib

Opened this issue · 2 comments

index.js looks for JS in ./lib but the directory isn't included in the repo.

This results in

  • falling through to the catch block
  • attempting to require('coffee-script')
  • an error if you don't have coffe-script installed (which doesn't get installed via the supplied npm install karma-ievms --save-dev

Can you please add the compiled JS to the ./lib directory?

Yup, also have this problem. Maybe add coffee-script in dependancies if adding ./lib is problem?

lib is created during prepublish, so if you get the npm-package, it works.

What I find odd is that it sometimes fails even though it's there already