1c48ec40 by Adam Heath

Make certain grunt-monty-python is being checked by jshint.

1 parent 825a3048
......@@ -8,6 +8,9 @@ module.exports = function(grunt) {
common.jshint = {
options: {
},
all: [
'grunt-monty-python.js',
],
browserOptions: {
},
};
......
......@@ -3,9 +3,9 @@
*
*/
'use strict';
module.exports = function (grunt) {
'use strict';
var _ = require('lodash');
require('load-grunt-tasks')(grunt);
......@@ -78,7 +78,7 @@ module.exports = function (grunt) {
if (lines.length > 1) {
lines.push('})(require.paths);');
segments = segments.concat(lines);
lines = null
lines = null;
}
}
......