Add back jshint

This commit is contained in:
grosbouddha
2013-05-27 01:16:41 +02:00
parent a2d5bef5d0
commit b3f87e19dd
3 changed files with 10 additions and 7 deletions

View File

@ -1,14 +1,13 @@
module.exports = function(grunt) {
grunt.initConfig({
jshint: {
/*options: {
options: {
jshintrc: '.jshintrc'
},*/
},
files: [
'Gruntfile.js',
'package.json'
//,'js/**/*.js',
//'<%= nodeunit.tests %>'
'package.json',
'js/**/*.js'
]
},
connect: {