Update Gruntfile.js

This commit is contained in:
paladox 2015-10-29 13:02:40 +00:00
parent 7b01406e6a
commit 6fc03ca6ae

View File

@ -15,6 +15,7 @@ module.exports = function(grunt) {
'Gruntfile.js',
'tasks/**/*.js',
'<%= nodeunit.tests %>',
'!node_modules/**'
],
options: {
jshintrc: '.jshintrc',