You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Less compilation throws when using V8. See 3052d28 and try lein test
For some reason Rhino gets called:
ERROR in (test-asset-pipeline) (Reflector.java:53)
development mode mime types
expected: (= "text/css" (mime-req opts "/assets/stylesheets/basic.less"))
actual: java.lang.IllegalArgumentException: No matching method found: get for class com.sun.jna.Pointer
at clojure.lang.Reflector.invokeMatchingMethod (Reflector.java:53)
clojure.lang.Reflector.invokeInstanceMethod (Reflector.java:28)
dieter.rhino$call.invoke (rhino.clj:57)
dieter.jsengine$run_compiler.doInvoke (jsengine.clj:17)
...
The text was updated successfully, but these errors were encountered:
Less compilation throws when using V8. See 3052d28 and try
lein test
For some reason Rhino gets called:
The text was updated successfully, but these errors were encountered: