karma-runner / grunt-karma

Grunt plugin for Karma.
MIT License
468 stars 116 forks source link

Running a local installation of karma #97

Open andy-polhill opened 10 years ago

andy-polhill commented 10 years ago

Is it possible to run a local installation of karma? The karma documentation specifies..

$ npm install karma

# Start Karma
$ ./node_modules/.bin/karma start

Due to a few limitations I cannot install the karma-cli tools on the build machine. So I can run it manually with the above, but cannot get it to Grunt.

dignifiedquire commented 10 years ago

Not sure what the issue is, grunt-karma does not use karma-cli it always uses a local installation of karma.