-
```
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.…
-
grunt fails with following error:
Running "jshint:files" (jshint) task
> > 20 files lint free.
Running "requirejs:dist" (requirejs) task
Error: ENOENT, no such file or directory '/tmp/popcorntime-sm…
-
I've tried various flavors of "JSHintToggle" in my vimrc (and in an "after"), but I can't seem to turn off the plugin.
I simply want to have JSHint invoked on command, not automatically...
Maybe I'm…
-
I've followed the instructions in the readme, but the file I create in resources/assets/angular folder will not compile to public/js in either local or production environments.
-
I have the two following tasks:
``` js
gulp.task('js-quality', function () {
return gulp.src('./src/js/**/*.js')
.pipe(plugins.plumber({ errorHandler: onError }))
.pipe(plugins.jscs())
…
-
Follow-up to #1789.
I'm not a stickler for uniformity, but some style guidelines are good, especially when we receive contributions.
Now that we are using Grunt it's easy to add some tools for linti…
-
I have a .jshintrc file in the root of the project. Running jshint via this module doesn't see the .jshintrc file. So I have to specify all my rules _**inline**_ on each file.
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
## In…
-
It would be nice to provide a brief summary of how grunt-notify uses the two hooks it is provided with: fail and jshint. How are developers to know how to make grunt-notify work with their own tasks?
-
```
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…