diff --git a/Gruntfile.js b/Gruntfile.js index c3db7ecf..d144f722 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -109,7 +109,8 @@ module.exports = function(grunt) { 'Gruntfile.js', '__tests__/*.spec.js', 'src/js/**/*.js', - 'src/js/**/**/*.js' + 'src/js/**/**/*.js', + 'src/levels/**/*.js' ], options: { curly: true,