xdissent / karma-ievms

Karma launcher for ievms virtual machines
http://xdissent.github.io/karma-ievms
MIT License
58 stars 15 forks source link

Include compiled JS in ./lib #4

Open jfsiii opened 10 years ago

jfsiii commented 10 years ago

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

This results in

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

niksy commented 10 years ago

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

SimenB commented 9 years ago

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