grunt-karma icon indicating copy to clipboard operation
grunt-karma copied to clipboard

2.0.0 breaks breaks karma-html2js-preprocessor

Open joekukish opened this issue 8 years ago • 3 comments

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

joekukish avatar Jun 01 '16 18:06 joekukish

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

dignifiedquire avatar Jun 02 '16 09:06 dignifiedquire

This might work:

-    basePath: '.',
+    basePath: '.' + '/',

karstens avatar Aug 11 '16 12:08 karstens

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

southarsch avatar Oct 09 '20 02:10 southarsch