-
```
Hi Alex,
I use wro4j at runtime and I found it very useful for improve code quality for css and javascript files.
My application architecture is base on SpringFramework and is able to recognize…
-
Não estou conseguindo usar o gulp-smushit. Configurei conforme o exemplo mas ele não converte as imagens. E não apresenta nenhum erro.
var gulp = require('gulp');
var smushit = require('gulp-smush…
-
Will you accept pull requests if I `jshint` the bageebeeze out of this code and write some docs for it?
-
``` coffee
myfun = ->
foo = bar
```
It should warn about the undefined bar variable. This something I miss the most from jshint/jslint.
-
[https://github.com/tc39/proposal-numeric-separator](https://github.com/tc39/proposal-numeric-separator)
example:
```js
const test = 1_000_000;
```
jshint result:
```Problem at line 1 charac…
-
``` coco
a = 3
b = a + c
```
expected output:
```
SyntaxError: reading from undefined "c" on line 2
```
-
```
Update the following processors to use latest versions of underlying js
libraries:
- coffeeScript
- less
- uglify
- cssLint
- jsHint
- jsLint
- dustJs
```
Original issue reported on code.google.…
-
In order to guarantee a consistent code style, linters are pretty helpful and can be delegated to grunt.
Popular options:
- [jslint](https://www.npmjs.org/package/jslint)
- [jshint](https://www.npmjs.…
-
Is there an option to make jshint output non-error result in my own reporter?
-
The [libTest](https://github.com/saschakiefer/generator-openui5/blob/develop/app/templates/Gruntfile.js#L35-L37) section in the Gruntfile.js points to a directory which is not part of the scaffolding.…