Eric Wendelin
Eric Wendelin
@Yaffle I don't see anything in the spec that specifically states what should happen in this case, but as you wrote it, the console would print `1` and then `3`....
I hesitate to follow just one browser vendor's implementation without support from the spec. I think it is best to wait and see how it's implemented in at least one...
@stevemayhew Sure, I'll probably be able to get to that this weekend. Also, I released v1.5.0 of the Gradle JS plugin with the JSHint checkstyle formatter.
@stevemayhew I have released v1.2.1 of the CSS plugin which will work with Java 6. Sorry about your troubles.
That is an excellent idea. Forgive me that I haven't worked with many ruby libs, so I'd like to know how I might go about getting a binary of KSS...
@eskimoblood I think I have figured out how to do this now that I know Ruby :) I'll get this into the next version.
After giving this several hours, I can't figure out how to run KSS via JRuby unless it's already installed because there is no binary, see kneath/kss#3. Unfortunately, this plugin won't...
I have part of the work done on this, but certainly not ready yet. In the meantime, I run JSTestDriver with Gradle this way: ``` groovy task jstd(type: Exec, dependsOn:...
@ki82 This is realistically a few months away as I have some more pressing work I need to finish. Glad you like the lcov tool :)
A useful comment on #147 regarding this: > The problem seems to be a compatibility issue with the dependency com.google.javascript:closure-compiler:v20160208, I don't have this issue anymore by excluding it (I...