X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/b20691e774cac0cbf2ee174472a1b1dbc94fa61b..84eba72af147a175fb93b7305c1d42b0a4987a8c:/Gruntfile.js diff --git a/Gruntfile.js b/Gruntfile.js index 4d26c25..681ec8b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -22,11 +22,15 @@ module.exports = function(grunt) { 'build/rng.css': 'styles/main.less' }, }, + }, + jshint: { + all: ['Gruntfile.js', 'modules/**/*.js', 'views/**/*.js', 'fnpjs/**/*.js'] } }); grunt.loadNpmTasks('grunt-contrib-requirejs'); grunt.loadNpmTasks('grunt-contrib-less'); + grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.registerTask('default', ['requirejs']); }; \ No newline at end of file