Eric Wendelin

Results 41 issues of Eric Wendelin

One big advantage that node-jshint (https://github.com/jshint/node-jshint) has is the ability to format JSHint results as JSLint-compatible XML so it can be consumed by a CI server like Jenkins. If we...

The ES6 spec has changed: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-map-objects

Integrate automatic SASS compilation once youdevise/SassPlugin#1 is done.

feature
blocked

Closure compiler can easily generate [source maps](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/); it'd be nice if we could auto-generate these for our users. I imagine setting `sourceMaps = true` or something should be how this...

feature
waffle:ready

Could consider this project: http://code.google.com/p/jstd-maven-plugin/ But taking care to exclude transitive dependencies: http://code.google.com/p/jstd-maven-plugin/issues/detail?id=5

tasks
feature
waffle:ready

The ResolverFactory seems to have been changed in Gradle 1.3, causing the plugin to break. Need to refactor or remove.

bug

This change adds a couple sentences to documentation based on my reading of https://github.com/bazelbuild/bazel/blob/master/tools/test/test-setup.sh#L178-L215 ### Motivation To clarify the usage and default behavior of Bazel regarding test result XML output...

team-Documentation
awaiting-user-response

From @pkubowicz in #41: > gradle build test -- > You don't get any suggestions. > Tested on Zsh 5.2.

a:bug
in:zsh
from:contributor

Ratpack, for example, uses `ratpack.gradle`. Gradle will look for "PROJECT_NAME.gradle" automatically, but gradle-completion doesn't yet.

a:feature
to-triage

This allows a much wider range of users automatically. ``` Bash completion has been installed to: /usr/local/etc/bash_completion.d zsh completions have been installed to: /usr/local/share/zsh/site-functions ```

a:chore