karma-runner / grunt-karma

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

2.0.0 breaks breaks karma-html2js-preprocessor #191

Open joekukish opened 8 years ago

joekukish commented 8 years ago

With 0.12.2 karma-html2js-preprocessor is working properly but using the latest version breaks this functionality.

dignifiedquire commented 8 years ago

This is pretty vague, could you explain what exactly is not working?

karstens commented 8 years ago

This might work:

-    basePath: '.',
+    basePath: '.' + '/',
southarsch commented 4 years ago

be carefull .. watch out, you are mixing two totally different ways of division ! Scalar and Vector !