Max Garmash
Max Garmash
I can reproduce this issue. I hit also #17 , so the fix is included. Tried to login manually and to increase timeout without success. Here is my Dockerfile for...
Just tested. CORS is fixed, I confirm. The original problem still exists.
I have some working code for jdeb and Gradle integration, but now it's just a few tasks using jdeb-ant. I plan to rewrite it and release as gradle plugin.
Caused by: java.lang.ClassCastException: org.mozilla.javascript.ConsString cannot be cast to java.lang.String at org.lesscss.LessCompiler.compile(LessCompiler.java:251) at org.lesscss.LessCompiler.compile(LessCompiler.java:302) ``` css // exception .test { filter: alpha(opacity = 100); } // fixed version .test { filter:...